Skip to content

Commit 4e198a8

Browse files
committed
Linter
1 parent 278fef1 commit 4e198a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/multi-fact-join.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { PostgresQuery } from '../../../src/adapter/PostgresQuery';
2-
import { prepareCompiler } from '../../unit/PrepareCompiler';
3-
import { dbRunner } from './PostgresDBRunner';
41
import {
52
getEnv,
63
} from '@cubejs-backend/shared';
4+
import { PostgresQuery } from '../../../src/adapter/PostgresQuery';
5+
import { prepareCompiler } from '../../unit/PrepareCompiler';
6+
import { dbRunner } from './PostgresDBRunner';
77

88
describe('Multi-fact join', () => {
99
jest.setTimeout(200000);

0 commit comments

Comments
 (0)