Skip to content

Commit 0739858

Browse files
committed
update
1 parent e1707bc commit 0739858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/sql-generation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ describe('SQL Generation', () => {
538538
});
539539
`);
540540

541-
it('simple join 1', async () => {
541+
it('simple join', async () => {
542542
await compiler.compile();
543543

544544
console.log(joinGraph.buildJoin(['visitor_checkins', 'visitors']));

0 commit comments

Comments
 (0)