Skip to content

Commit 6f03b77

Browse files
committed
fix
1 parent f28fe0a commit 6f03b77

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
@@ -447,7 +447,7 @@ views:
447447
`);
448448

449449
if (getEnv('nativeSqlPlanner')) {
450-
it('basic cross join 1', async () => dbRunner.runQueryTest({
450+
it('basic cross join', async () => dbRunner.runQueryTest({
451451
dimensions: ['orders.currency'],
452452
timeDimensions: [
453453
{

0 commit comments

Comments
 (0)