Skip to content

Commit

Permalink
args_test: fix command passed to TestNoArgs_WithValid_WithInvalidArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Aug 30, 2022
1 parent 4a494cb commit 828d70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args_test.go
Expand Up @@ -115,7 +115,7 @@ func TestNoArgs_WithValid_WithArgs(t *testing.T) {

func TestNoArgs_WithValid_WithInvalidArgs(t *testing.T) {
c := getCommand(NoArgs, true)
_, err := executeCommand(c, "one")
_, err := executeCommand(c, "a")
noArgsWithArgs(err, t)
}

Expand Down

0 comments on commit 828d70c

Please sign in to comment.