Skip to content

Commit 52e36a5

Browse files
committed
fix test
1 parent 1581867 commit 52e36a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('Pre Aggregation by filter match tests', () => {
107107
['count'],
108108
'one_week_by_sunday',
109109
'one_week_by_sunday',
110-
'UTC',
110+
'America/Los_Angeles',
111111
['2024-02-25', '2024-03-30'], // DST Switch happens here, but still must work!
112112
));
113113

0 commit comments

Comments
 (0)