Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa authored and bmatcuk committed Jan 25, 2025
1 parent 569c123 commit b707fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doublestar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ func TestMatchUnvalidated(t *testing.T) {
for idx, tt := range matchTests {
testMatchUnvalidatedWith(t, idx, tt)
}
// Not only test that they get the right matches, but make sure Unvalidated is properly *skipping* validation

// Not only test that they get the right matches, but make sure Unvalidated is properly *skipping* validation
unvalidatedTests := []struct {
pattern, testPath string // a pattern and path to test the pattern on
expectedErrValidated error // the error expected if the pattern was being validated
Expand Down

0 comments on commit b707fe4

Please sign in to comment.