File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ func TestCompletionCmd(t *testing.T) {
2121 []string {"bash" },
2222 nil ,
2323 },
24- "invalid arg " : {
24+ "fish " : {
2525 []string {"fish" },
26- fmt .Errorf ("konf currently does not support autocompletions for fish" ),
26+ nil ,
27+ },
28+ "invalid arg" : {
29+ []string {"invalid" },
30+ fmt .Errorf ("konf currently does not support autocompletions for invalid" ),
2731 },
2832 }
2933
Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ func TestShellWrapperCmd(t *testing.T) {
2121 []string {"bash" },
2222 nil ,
2323 },
24- "invalid arg" : {
24+ "fish arg" : {
2525 []string {"fish" },
26- fmt .Errorf ("konf currently does not support fish" ),
26+ nil ,
27+ },
28+ "invalid arg" : {
29+ []string {"invalid" },
30+ fmt .Errorf ("konf currently does not support invalid" ),
2731 },
2832 }
2933
You can’t perform that action at this time.
0 commit comments