Fix Typo
This commit is contained in:
parent
056aef13fe
commit
f8bb66ae7d
@ -525,7 +525,7 @@ func TestCheckRequiredFlags(t *testing.T) {
|
|||||||
parseInput: []string{"-N", "asd", "-N", "qwe"},
|
parseInput: []string{"-N", "asd", "-N", "qwe"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
testCase: "required_flag_with_short_name",
|
testCase: "required_flag_with_multiple_short_names",
|
||||||
flags: []Flag{
|
flags: []Flag{
|
||||||
StringSliceFlag{Name: "names, N, n", Required: true},
|
StringSliceFlag{Name: "names, N, n", Required: true},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user