Skip to content

Commit

Permalink
Fix test_explicit in test_aggregates by adding missing aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaled BEN ABDALLAH committed May 17, 2019
1 parent 140133e commit be15358
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/models/aggregates.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
}
],
"aggregates": [
{
"name": "amount_sum",
"measure": "amount",
"function": "sum"
},
{
"name": "count",
"function": "count"
Expand Down

0 comments on commit be15358

Please sign in to comment.