Skip to content

Commit 5fa4bb1

Browse files
committed
Fix tests
1 parent f749378 commit 5fa4bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v-next/core/test/internal/global-options.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ describe("Global Options", () => {
322322
},
323323
]);
324324

325-
setEnvVar("HARDHAT_GLOBAL_OPTION3", "5n");
325+
setEnvVar("HARDHAT_GLOBAL_OPTION_3", "5n");
326326

327327
const globalOptions = resolveGlobalOptions(
328328
{
@@ -420,7 +420,7 @@ describe("Global Options", () => {
420420
},
421421
]);
422422

423-
setEnvVar("HARDHAT_GLOBAL_OPTION1", "not a boolean");
423+
setEnvVar("HARDHAT_GLOBAL_OPTION_1", "not a boolean");
424424

425425
assertThrowsHardhatError(
426426
() => resolveGlobalOptions({}, globalOptionDefinitions),

0 commit comments

Comments
 (0)