Skip to content

Commit

Permalink
fix date in comment about certificate expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 5, 2024
1 parent 20bca60 commit c090fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater-test/utility/Verificator_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void Test_verifySignature_positive()
Assert.IsNotNull(downloadFileLocation, "The test file was not downloaded!");

bool s = updater.utility.Verificator.verifySignature(downloadFileLocation, puttyPublisherX509);
// If this assertion fails and it is the 8th September 2023 or later,
// If this assertion fails and it is the 6th November 2024 or later,
// then this is because the certificate has expired.
Assert.IsTrue(s);
}
Expand Down

0 comments on commit c090fc9

Please sign in to comment.