Skip to content

Commit

Permalink
fuzz: extend "cannot sum" error to all types
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Nov 24, 2023
1 parent c7038e8 commit 281d598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzz/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func FuzzExpr(f *testing.F) {
regexp.MustCompile(`invalid date .*`),
regexp.MustCompile(`cannot parse .* as .*`),
regexp.MustCompile(`operator "in" not defined on .*`),
regexp.MustCompile(`cannot sum bool`),
regexp.MustCompile(`cannot sum .*`),
}

env := NewEnv()
Expand Down

0 comments on commit 281d598

Please sign in to comment.