Skip to content

Commit fd614f5

Browse files
author
Khaled BEN ABDALLAH
committed
BUG: Fix test_explicit in test_aggregates by adding missing aggregate
1 parent 140133e commit fd614f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/models/aggregates.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
}
1919
],
2020
"aggregates": [
21+
{
22+
"name": "amount_sum",
23+
"measure": "amount",
24+
"function": "sum"
25+
},
2126
{
2227
"name": "count",
2328
"function": "count"

0 commit comments

Comments
 (0)