Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Sep 11, 2019
1 parent 056aef1 commit f8bb66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ func TestCheckRequiredFlags(t *testing.T) {
parseInput: []string{"-N", "asd", "-N", "qwe"},
},
{
testCase: "required_flag_with_short_name",
testCase: "required_flag_with_multiple_short_names",
flags: []Flag{
StringSliceFlag{Name: "names, N, n", Required: true},
},
Expand Down

0 comments on commit f8bb66a

Please sign in to comment.