Skip to content
Snippets Groups Projects
Commit f307c2cc authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Fix SummarizeColumnDrill test

parent bb96ffc8
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ describe("SummarizeColumnDrill", () => {
let newCard = actions[0].card();
expect(newCard.dataset_query.query).toEqual({
source_table: 10,
aggregation: [["min", ["field-id", 1]]]
aggregation: [["sum", ["field-id", 1]]]
});
expect(newCard.display).toEqual("scalar");
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment