Bläddra i källkod

Also update allowed version tests

Jakob Borg 9 år sedan
förälder
incheckning
fd962c5e99
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      cmd/syncthing/main_test.go

+ 1 - 1
cmd/syncthing/main_test.go

@@ -191,7 +191,7 @@ func TestAllowedVersions(t *testing.T) {
 		{"v0.13.0-beta.0+1-gabcdef0", true},
 		{"v0.13.0-beta.47+1-gabcdef0", true},
 		{"v0.13.0-some-weird-but-allowed-tag", true},
-		{"v0.13.0-not.allowed.to.do.this", false},
+		{"v0.13.0-allowed.to.do.this", true},
 		{"v0.13.0+not.allowed.to.do.this", false},
 	}