Skip to content

Commit 3987094

Browse files
LiviaMedeirosruyadorno
authored andcommitted
test: make test-dotenv-node-options locale-independent
PR-URL: #49470 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 15b54ff commit 3987094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-dotenv-node-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('.env supports NODE_OPTIONS', () => {
4646

4747
it('TZ environment variable', { skip: !common.hasIntl || process.config.variables.icu_small }, async () => {
4848
const code = `
49-
require('assert')(new Date().toString().includes('Hawaii'))
49+
require('assert')(new Date().toString().includes('GMT-1000'))
5050
`.trim();
5151
// Some CI environments set TZ. Since an env file doesn't override existing
5252
// environment variables, we need to delete it and then pass the env object

0 commit comments

Comments
 (0)