Update addons_test.go

This commit is contained in:
Bily Zhang 2018-11-05 21:21:16 +08:00 committed by GitHub
parent 6ba9f22ab8
commit f1aae1d268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func Test_Replacement(t *testing.T) {
New *ChannelVersion
Replaces bool
}{
// With no id, update if newer semver
// With no id, update if and only if newer semver
{
Old: &ChannelVersion{Version: s("1.0.0"), Id: ""},
New: &ChannelVersion{Version: s("1.0.0"), Id: ""},