From df157271dfd6099710afc1758cff610938f1fc38 Mon Sep 17 00:00:00 2001 From: Michael Weissbacher Date: Wed, 14 Nov 2018 16:10:11 -0500 Subject: [PATCH] Test comments, valid => invalid --- wildcard/matcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wildcard/matcher_test.go b/wildcard/matcher_test.go index 44afc814c08..c919e6bb29e 100644 --- a/wildcard/matcher_test.go +++ b/wildcard/matcher_test.go @@ -301,7 +301,7 @@ func TestCompileList(t *testing.T) { t.Errorf("CompileList returned bad number of matchers (%d, wanted 2)", len(ms)) } - // Compile with valid patterns + // Compile with invalid patterns ms, err = CompileList([]string{ "test", "**/test",