Skip to content

Commit

Permalink
fixt
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Jan 18, 2024
1 parent a419726 commit ef5a863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/custom_detectors/custom_detectors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestFromData_InvalidRegEx(t *testing.T) {
Regex: map[string]string{
"test": "!!?(?:?)[a-zA-Z0-9]{32}", // invalid regex
},
},
}, make(map[string]bool),
}

_, err := c.FromData(context.Background(), false, []byte("test"))
Expand Down

0 comments on commit ef5a863

Please sign in to comment.