We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baa832 commit 03448b6Copy full SHA for 03448b6
src/Certify.Tests/Certify.Core.Tests.Unit/Tests/UpdateCheckTest.cs
@@ -15,12 +15,12 @@ public void TestUpdateCheck()
15
// current version is older than newer version
16
Assert.IsTrue(result.IsNewerVersion);
17
18
- result = updateChecker.CheckForUpdates("6.1.1").Result;
+ result = updateChecker.CheckForUpdates("10.1.1").Result;
19
20
// current version is newer than update version
21
Assert.IsFalse(result.IsNewerVersion);
22
23
24
25
Assert.IsNotNull(result, "Update check result should not be null");
26
0 commit comments