From c090fc97b276613d758ff6043afe66e9942872d2 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sat, 5 Oct 2024 23:43:08 +0200 Subject: [PATCH] fix date in comment about certificate expiration --- updater-test/utility/Verificator_Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater-test/utility/Verificator_Tests.cs b/updater-test/utility/Verificator_Tests.cs index d9e86dff..fda8200d 100644 --- a/updater-test/utility/Verificator_Tests.cs +++ b/updater-test/utility/Verificator_Tests.cs @@ -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); }