We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7038e8 commit 281d598Copy full SHA for 281d598
test/fuzz/fuzz_test.go
@@ -48,7 +48,7 @@ func FuzzExpr(f *testing.F) {
48
regexp.MustCompile(`invalid date .*`),
49
regexp.MustCompile(`cannot parse .* as .*`),
50
regexp.MustCompile(`operator "in" not defined on .*`),
51
- regexp.MustCompile(`cannot sum bool`),
+ regexp.MustCompile(`cannot sum .*`),
52
}
53
54
env := NewEnv()
0 commit comments