Skip to content

Commit

Permalink
update to allow 2nd query in getmetricchart
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed Dec 5, 2023
1 parent 8e07f80 commit 1c19271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/clickhouse/__tests__/clickhouse.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('clickhouse', () => {
teamId: 'test',
});

expect(clickhouse.client.query).toHaveBeenCalledTimes(1);
expect(clickhouse.client.query).toHaveBeenCalledTimes(2);
expect(clickhouse.client.query).toHaveBeenCalledWith(
expect.objectContaining({
format: 'JSON',
Expand Down

0 comments on commit 1c19271

Please sign in to comment.