Skip to content

Commit

Permalink
Exclude "operator "in" not defined on float64"
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Sep 5, 2023
1 parent e13bdd2 commit 4e94804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fuzz/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func FuzzExpr(f *testing.F) {
regexp.MustCompile(`operator "in" not defined on int`),
regexp.MustCompile(`invalid date .*`),
regexp.MustCompile(`cannot parse .* as .*`),
regexp.MustCompile(`operator "in" not defined on .*`),
}

env := NewEnv()
Expand Down

0 comments on commit 4e94804

Please sign in to comment.