Skip to content

Commit

Permalink
fix dremio test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 17, 2025
1 parent b8d6d94 commit 6fee249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-dremio-driver/test/DremioQuery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cube(\`sales\`, {
const queryAndParams = query.buildSqlAndParams();

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

Expand Down

0 comments on commit 6fee249

Please sign in to comment.