Also update allowed version tests

This commit is contained in:
Jakob Borg 2016-03-10 13:24:36 +01:00
parent 07f944bf48
commit fd962c5e99
1 changed files with 1 additions and 1 deletions

View File

@ -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},
}