Merge pull request #8970 from Hellcatlk/master

Modify the wrong name for unit test case
This commit is contained in:
Kubernetes Prow Robot 2020-04-24 05:14:07 -07:00 committed by GitHub
commit c727fab83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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