Skip to content

Commit 525a796

Browse files
committed
fix tests
1 parent d412472 commit 525a796

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ describe('Pre Aggregation by filter match tests', () => {
104104
));
105105

106106
it('1 count measure, day, two_weeks_by_1st_feb_00am', () => testPreAggregationMatch(
107-
true, ['count'], 'day', 'two_weeks_by_1st_feb_00am'
107+
true, ['count'], 'day', 'two_weeks_by_1st_feb_00am', 'UTC'
108+
));
109+
110+
it('1 count measure, day, two_weeks_by_1st_feb_00am', () => testPreAggregationMatch(
111+
false, ['count'], 'day', 'two_weeks_by_1st_feb_00am', 'Europe/Berlin'
108112
));
109113

110114
it('1 count measure, day, two_weeks_by_1st_feb_10am', () => testPreAggregationMatch(

0 commit comments

Comments
 (0)