Skip to content

Commit 6fee249

Browse files
committed
fix dremio test
1 parent b8d6d94 commit 6fee249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-dremio-driver/test/DremioQuery.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cube(\`sales\`, {
6363
const queryAndParams = query.buildSqlAndParams();
6464

6565
expect(queryAndParams[0]).toContain(
66-
'DATE_TRUNC(\'day\', CONVERT_TIMEZONE(\'-08:00\', "sales".sales_datetime))'
66+
'DATE_TRUNC(\'day\', CONVERT_TIMEZONE(\'America/Los_Angeles\', "sales".sales_datetime))'
6767
);
6868
}));
6969

0 commit comments

Comments
 (0)