Skip to content

Commit

Permalink
Test comments, valid => invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
mweissbacher committed Nov 14, 2018
1 parent 45163b6 commit df15727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wildcard/matcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit df15727

Please sign in to comment.