From fd962c5e9900ec3a2d486d4ef6d3bc602f349ec7 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 10 Mar 2016 13:24:36 +0100 Subject: [PATCH] Also update allowed version tests --- cmd/syncthing/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/syncthing/main_test.go b/cmd/syncthing/main_test.go index cfe8a6d35..b58905b40 100644 --- a/cmd/syncthing/main_test.go +++ b/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}, }