Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Nov 8, 2024
1 parent d412472 commit 525a796
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 525a796

Please sign in to comment.