Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Aug 30, 2022
1 parent d104f3c commit 4a494cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion args_test.go
Expand Up @@ -488,7 +488,8 @@ func TestExactValidArgs_WithInvalidCount(t *testing.T) {
func TestExactValidArgs_WithInvalidCount_WithInvalidArgs(t *testing.T) {
c := getCommand(ExactValidArgs(2), true)
_, err := executeCommand(c, "three", "a", "two")
validOnlyWithInvalidArgs(err, t)
exactArgsWithInvalidCount(err, t)
//validOnlyWithInvalidArgs(err, t)
}

func TestExactValidArgs_WithInvalidArgs(t *testing.T) {
Expand Down

0 comments on commit 4a494cb

Please sign in to comment.