Skip to content
Snippets Groups Projects
Commit 342895ca authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix integration text

parent fab2e803
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ describe("QueryBuilder", () => {
// Should have visualization type set to Pin map (temporary workaround until we have polished heat maps)
const card = getCard(store.getState());
expect(card.display).toBe("map");
expect(card.visualization_settings).toEqual({ "map.type": "pin" });
expect(card.visualization_settings).toEqual({ "map.type": "grid" });
});
it("works for Count of rows aggregation and FK Latitude Auto binned breakout", async () => {
......
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