Skip to content

Commit 281d598

Browse files
committed
fuzz: extend "cannot sum" error to all types
1 parent c7038e8 commit 281d598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzz/fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func FuzzExpr(f *testing.F) {
4848
regexp.MustCompile(`invalid date .*`),
4949
regexp.MustCompile(`cannot parse .* as .*`),
5050
regexp.MustCompile(`operator "in" not defined on .*`),
51-
regexp.MustCompile(`cannot sum bool`),
51+
regexp.MustCompile(`cannot sum .*`),
5252
}
5353

5454
env := NewEnv()

0 commit comments

Comments
 (0)