mirror of https://github.com/kubernetes/kops.git
Update addons_test.go
This commit is contained in:
parent
6ba9f22ab8
commit
f1aae1d268
|
|
@ -83,7 +83,7 @@ func Test_Replacement(t *testing.T) {
|
||||||
New *ChannelVersion
|
New *ChannelVersion
|
||||||
Replaces bool
|
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: ""},
|
Old: &ChannelVersion{Version: s("1.0.0"), Id: ""},
|
||||||
New: &ChannelVersion{Version: s("1.0.0"), Id: ""},
|
New: &ChannelVersion{Version: s("1.0.0"), Id: ""},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue