diff --git a/mohaymen-codestar-Team02/mohaymen-codestar-Team02.csproj b/mohaymen-codestar-Team02/mohaymen-codestar-Team02.csproj index 80bc753..beffe32 100644 --- a/mohaymen-codestar-Team02/mohaymen-codestar-Team02.csproj +++ b/mohaymen-codestar-Team02/mohaymen-codestar-Team02.csproj @@ -11,7 +11,7 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/mohaymen-codestar-Team02_XUnitTest/Servies/Administration/AdminServiceTest.cs b/mohaymen-codestar-Team02_XUnitTest/Servies/Administration/AdminServiceTest.cs index ad7ccc9..2183ae1 100644 --- a/mohaymen-codestar-Team02_XUnitTest/Servies/Administration/AdminServiceTest.cs +++ b/mohaymen-codestar-Team02_XUnitTest/Servies/Administration/AdminServiceTest.cs @@ -65,7 +65,7 @@ public async Task Register_ShouldReturnBadRequest_WhenAdminNotFound() // Assert Assert.Equal(ApiResponseType.BadRequest, response.Type); } - + [Fact] public async Task Register_ShouldReturnConflict_WhenUserAlreadyExists() { @@ -350,7 +350,7 @@ public async Task AddRole_ShouldReturnBadRequest_WhenAdminNotFound() // Assert Assert.Equal(ApiResponseType.BadRequest, response.Type); } - + [Fact] public async Task AddRole_ShouldReturnSuccess_WhenUserAndAdminExist() { diff --git a/mohaymen-codestar-Team02_XUnitTest/mohaymen-codestar-Team02_XUnitTest.csproj b/mohaymen-codestar-Team02_XUnitTest/mohaymen-codestar-Team02_XUnitTest.csproj index 3a5cb80..145623e 100644 --- a/mohaymen-codestar-Team02_XUnitTest/mohaymen-codestar-Team02_XUnitTest.csproj +++ b/mohaymen-codestar-Team02_XUnitTest/mohaymen-codestar-Team02_XUnitTest.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - +