Skip to content
Snippets Groups Projects
Commit e81a9c15 authored by Nemanja's avatar Nemanja
Browse files

Fix query in `pie_chart.cy.spec.js`

parent 41d6b24e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ const testQuery = {
query: {
"source-table": PRODUCTS_ID,
aggregation: [["count"]],
breakout: [["field-id", PRODUCTS.CATEGORY]],
breakout: [["field", PRODUCTS.CATEGORY, null]],
},
database: 1,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment