Skip to content

Commit

Permalink
refactor: just reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ftm-Sayadzadeh committed Aug 27, 2024
1 parent accab78 commit b756062
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mohaymen-codestar-Team02/mohaymen-codestar-Team02.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1"/>
<PackageReference Include="dotenv.net" Version="3.2.0"/>
<PackageReference Include="DotNetEnv" Version="3.1.0"/>
<PackageReference Include="HtmlSanitizer" Version="8.1.870" />
<PackageReference Include="HtmlSanitizer" Version="8.1.870"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.6"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.6">
Expand All @@ -20,7 +20,7 @@
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.6"/>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.0.1"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4"/>
<PackageReference Include="QuikGraph" Version="2.5.0"/>
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.7.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public async Task Register_ShouldReturnBadRequest_WhenAdminNotFound()
// Assert
Assert.Equal(ApiResponseType.BadRequest, response.Type);
}

[Fact]
public async Task Register_ShouldReturnConflict_WhenUserAlreadyExists()
{
Expand Down Expand Up @@ -350,7 +350,7 @@ public async Task AddRole_ShouldReturnBadRequest_WhenAdminNotFound()
// Assert
Assert.Equal(ApiResponseType.BadRequest, response.Type);
}

[Fact]
public async Task AddRole_ShouldReturnSuccess_WhenUserAndAdminExist()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="HtmlSanitizer" Version="8.1.870" />
<PackageReference Include="HtmlSanitizer" Version="8.1.870"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
Expand Down

0 comments on commit b756062

Please sign in to comment.