From 525a7963a07219dc7443127e4e9b76620a9504a9 Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Fri, 8 Nov 2024 18:47:36 +0200 Subject: [PATCH] fix tests --- .../test/unit/pre-agg-time-dim-match.test.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/cubejs-schema-compiler/test/unit/pre-agg-time-dim-match.test.ts b/packages/cubejs-schema-compiler/test/unit/pre-agg-time-dim-match.test.ts index fe346c685368d..83120f1564950 100644 --- a/packages/cubejs-schema-compiler/test/unit/pre-agg-time-dim-match.test.ts +++ b/packages/cubejs-schema-compiler/test/unit/pre-agg-time-dim-match.test.ts @@ -104,7 +104,11 @@ describe('Pre Aggregation by filter match tests', () => { )); it('1 count measure, day, two_weeks_by_1st_feb_00am', () => testPreAggregationMatch( - true, ['count'], 'day', 'two_weeks_by_1st_feb_00am' + true, ['count'], 'day', 'two_weeks_by_1st_feb_00am', 'UTC' + )); + + it('1 count measure, day, two_weeks_by_1st_feb_00am', () => testPreAggregationMatch( + false, ['count'], 'day', 'two_weeks_by_1st_feb_00am', 'Europe/Berlin' )); it('1 count measure, day, two_weeks_by_1st_feb_10am', () => testPreAggregationMatch(