mirror of https://github.com/kubernetes/kops.git
Merge pull request #8970 from Hellcatlk/master
Modify the wrong name for unit test case
This commit is contained in:
commit
c727fab83f
|
|
@ -93,7 +93,7 @@ func TestIsGTE(t *testing.T) {
|
||||||
Expected: false,
|
Expected: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "KV equal Version",
|
Name: "Version greater than KV",
|
||||||
Version: "1.6.5+ea69570f61af8e",
|
Version: "1.6.5+ea69570f61af8e",
|
||||||
Expected: false,
|
Expected: false,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue