Skip to content

Commit bde4165

Browse files
committed
fix tests
1 parent 913e939 commit bde4165

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/cubejs-schema-compiler/test/unit/pre-agg-by-filter-match.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ describe('Pre Aggregation by filter match tests', () => {
5959
granularity: testPreAgg.granularity,
6060
}],
6161
rollups: [],
62+
fullNameDimensions: [],
63+
fullNameMeasures: [],
64+
fullNameTimeDimensions: [],
6265
};
6366

6467
await compiler.compile();

packages/cubejs-schema-compiler/test/unit/pre-agg-time-dim-match.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ describe('Pre Aggregation by filter match tests', () => {
6969
granularity: testPreAgg.granularity,
7070
}],
7171
rollups: [],
72+
fullNameDimensions: [],
73+
fullNameMeasures: [],
74+
fullNameTimeDimensions: [],
7275
};
7376

7477
await compiler.compile();

0 commit comments

Comments
 (0)