Skip to content

Commit b76bbd2

Browse files
committed
fix tests
1 parent 19cc9c1 commit b76bbd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,7 @@ describe('PreAggregations', () => {
22202220
order: [{
22212221
id: 'visitors.source',
22222222
}],
2223+
timezone: 'UTC',
22232224
});
22242225

22252226
const queryAndParams = query.buildSqlAndParams();
@@ -2259,6 +2260,7 @@ describe('PreAggregations', () => {
22592260
}, {
22602261
id: 'cards.visitorId',
22612262
}],
2263+
timezone: 'UTC',
22622264
});
22632265

22642266
const queryAndParams = query.buildSqlAndParams();

0 commit comments

Comments
 (0)