mirror of https://github.com/kubernetes/kops.git
Fix typos: iff -> if
Signed-off-by: mooncake <xcoder@tenxcloud.com>
This commit is contained in:
parent
2702b12f2b
commit
6ba9f22ab8
|
@ -83,7 +83,7 @@ func Test_Replacement(t *testing.T) {
|
||||||
New *ChannelVersion
|
New *ChannelVersion
|
||||||
Replaces bool
|
Replaces bool
|
||||||
}{
|
}{
|
||||||
// With no id, update iff newer semver
|
// With no id, update 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