Skip to content

Commit aef7a02

Browse files
Fix test typo
1 parent f7e28b1 commit aef7a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Tests/Certify.Core.Tests.Unit/Tests/RenewalRequiredTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ var renewalDueCheck
121121

122122
// assert result
123123
Assert.IsTrue(renewalDueCheck.IsRenewalDue, "Renewal should be required");
124-
Assert.IsTrue(renewalDueCheck.IsRenewalOnHold, "Renewal should permanently be on hol, too many failures.");
124+
Assert.IsTrue(renewalDueCheck.IsRenewalOnHold, "Renewal should permanently be on hold, too many failures.");
125125
}
126126

127127
[TestMethod, Description("Ensure a site which should be renewed correctly requires renewal")]

0 commit comments

Comments
 (0)