Skip to content
Snippets Groups Projects
Commit 4b99c28f authored by Ryan Senior's avatar Ryan Senior
Browse files

Switch an expression agg test to use `non-timeseries-engines-with-feature`

Logical merge conflict. The code that was merged referenced a function
that was removed. Updating the test to use the new function.
parent d35440c9
Branches
Tags
No related merge requests found
......@@ -151,7 +151,7 @@
(ql/breakout $price)))))
;; Sorting by an un-named aggregate expression
(datasets/expect-with-engines (engines-that-support :expression-aggregations)
(datasets/expect-with-engines (non-timeseries-engines-with-feature :expression-aggregations)
[[1 2] [2 2] [12 2] [4 4] [7 4] [10 4] [11 4] [8 8]]
(format-rows-by [int int]
(rows (data/run-query users
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment