Skip to content

Commit 10aad99

Browse files
committed
Add avg case
1 parent fccf2d7 commit 10aad99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/bugs/SumWithoutDomain.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
import ql
1212

1313
from ExprAggregate agg
14-
where agg.getKind() = ["sum", "strictsum"]
14+
where agg.getKind() = ["sum", "strictsum", "avg"]
1515
select agg,
1616
"This " + agg.getKind() + " does not have a domain argument, so may produce surprising results."

0 commit comments

Comments
 (0)