Start to rework tests

This commit is contained in:
2022-12-05 22:04:40 +10:30
parent 2bd62a95a4
commit 73c74cd37e
4 changed files with 40 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ import (
func TestVersioningUpdate(t *testing.T) {
// pretend there is a new version
LatestVersion = "v0.13.0"
LatestVersion = "v0.13.9"
if !UpdateAvailable() {
t.Error("should be a version newer than " + CurrentVersion)
}