Skip to content

Commit 08739cc

Browse files
committed
fix
1 parent d24bb0f commit 08739cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/calc-groups.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ views:
12381238
],
12391239
{ joinGraph, cubeEvaluator, compiler });
12401240
});
1241-
it('source full switch 1', async () => {
1241+
it('source full switch', async () => {
12421242
await dbRunner.runQueryTest({
12431243
dimensions: ['source.currency', 'source.product_category'],
12441244
measures: ['source.price'],

0 commit comments

Comments
 (0)