Skip to content

Commit

Permalink
certificate validator test refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy committed Dec 15, 2019
1 parent 02b6178 commit 5a3e665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace FluffySpoon.AspNet.LetsEncrypt.Tests
public class CertificateValidatorTests
{
[TestMethod]
public void OnNullCert_ShouldReturnFalse()
public void IsCertificateValid_OnNullCert_ShouldReturnFalse()
{
var certificateValidator = new CertificateValidator(
new LetsEncryptOptions(),
Expand Down

0 comments on commit 5a3e665

Please sign in to comment.