From 4a494cb8b25202c2dcc51a9ef0b4007f0af84bdc Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 30 Aug 2022 19:34:14 +0200 Subject: [PATCH] TEST --- args_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/args_test.go b/args_test.go index d899dec86..af61085a5 100644 --- a/args_test.go +++ b/args_test.go @@ -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) {