Address comments.

This commit is contained in:
Brendan Burns
2016-08-30 22:17:53 -07:00
parent 155fb9f4be
commit d1fa7ff7a8
4 changed files with 5 additions and 5 deletions

View File

@@ -457,7 +457,7 @@ func TestResourceErrors(t *testing.T) {
}{
"no args": {
args: []string{},
errFn: func(err error) bool { return strings.Contains(err.Error(), "you must provide one or more resources") },
errFn: func(err error) bool { return strings.Contains(err.Error(), "You must provide one or more resources") },
},
"resources but no selectors": {
args: []string{"pods"},