Update pkg/ignore/rules_test.go

Co-authored-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
pull/32221/head
George Jenkins 4 weeks ago committed by GitHub
parent f4d713abb2
commit 9ad5620edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ one/more
r, err := parseString(rules)
require.NoError(t, err, "Error parsing rules")
assert.Len(t, r.patterns, 4)
require.Len(t, r.patterns, 4)
expects := []string{"foo", "bar/*", "baz/bar/foo.txt", "one/more"}
for i, p := range r.patterns {

Loading…
Cancel
Save