Skip to content

Commit

Permalink
Fix xunit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 13, 2023
1 parent ab7843d commit d0d6b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public async Task ThrowAtAuthenticationFailedEvent()
try
{
await next();
Assert.False(true, "Expected exception is not thrown");
Assert.Fail("Expected exception is not thrown");
}
catch (Exception)
{
Expand Down

0 comments on commit d0d6b69

Please sign in to comment.