Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
- Merge conflict fix that wasn't properly checked...
  • Loading branch information
AndersAbel committed Sep 13, 2018
1 parent 72c4ca1 commit db4caec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AspNetCore2.Tests/Saml2HandlerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public void Saml2Handler_ChallengeAsync_NoExceptionWithNullProperties()

Func<Task> f = async () => await context.Subject.ChallengeAsync(null);

f.ShouldNotThrow();
f.Should().NotThrow();
}

[TestMethod]
Expand Down

0 comments on commit db4caec

Please sign in to comment.