Skip to content

Commit fddb2e5

Browse files
committed
chore(cubesql): Fix smoke-cubesql E2E TZ value
1 parent e619372 commit fddb2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"smoke:redshift": "jest --verbose -i dist/test/smoke-redshift.test.js",
7575
"smoke:redshift:snapshot": "jest --verbose --updateSnapshot -i dist/test/smoke-redshift.test.js",
7676
"smoke:cubesql": "TZ=UTC jest --verbose --forceExit -i dist/test/smoke-cubesql.test.js",
77-
"smoke:cubesql:snapshot": "jest --verbose --forceExit --updateSnapshot -i dist/test/smoke-cubesql.test.js",
77+
"smoke:cubesql:snapshot": "TZ=UTC jest --verbose --forceExit --updateSnapshot -i dist/test/smoke-cubesql.test.js",
7878
"smoke:prestodb": "jest --verbose -i dist/test/smoke-prestodb.test.js",
7979
"smoke:prestodb:snapshot": "jest --verbose --forceExit --updateSnapshot -i dist/test/smoke-prestodb.test.js",
8080
"smoke:trino": "jest --verbose -i dist/test/smoke-trino.test.js",

0 commit comments

Comments
 (0)