Skip to content

Commit 7fafd8b

Browse files
author
Charles Lariviere
committed
test(mbql): add missing using=metabase
Signed-off-by: Charles Lariviere <charles@dribbble.com>
1 parent 4479947 commit 7fafd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mbql/test_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test__aggregations(self):
4545

4646
query = Query(
4747
table_id=12,
48-
aggregations=[Count(), Metric(id=4)],
48+
aggregations=[Count(), Metric(id=4, _using=None)],
4949
)
5050
self.assertEqual([["count"], ["metric", 4]], query._aggregations)
5151

0 commit comments

Comments
 (0)