Skip to content

Commit

Permalink
fix: fix user-service failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
amiralirahimii committed Aug 31, 2024
1 parent 19f05ce commit 5137451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public async Task SignUpUser_WhenRoleDoesNotExist_ReturnsFailResult()

// Assert
Assert.False(result.Succeed);
Assert.Equal("role does not exist", result.Message);
Assert.Equal("Role does not exist.", result.Message);
}

[Fact]
Expand Down

0 comments on commit 5137451

Please sign in to comment.