Skip to content

Commit f43c133

Browse files
committed
fix tests
1 parent 0d5fa03 commit f43c133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/pre-aggregations.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ describe('PreAggregations', () => {
233233
countCustomGranularity: {
234234
measures: [count],
235235
timeDimension: createdAt,
236-
granularity: 'hourTenMinOffset'
236+
granularity: 'hourTenMinOffset',
237+
allowNonStrictDateRangeMatch: false
237238
},
238239
sourceAndIdRollup: {
239240
measures: [count],

0 commit comments

Comments
 (0)