Skip to content

Commit be8bf71

Browse files
committed
Fix some tests that construct SolidityConfig objects manually
1 parent dbaec84 commit be8bf71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/hardhat/test/internal/builtin-plugins/solidity/build-system/build-system.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ describe(
9898
},
9999
npmFilesToBuild: [],
100100
registeredCompilerTypes: ["solc"],
101+
splitTestsCompilation: false,
101102
};
102103

103104
before(async () => {

packages/hardhat/test/internal/builtin-plugins/solidity/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,7 @@ describe("validateResolvedConfig", () => {
17641764
profiles,
17651765
npmFilesToBuild: [],
17661766
registeredCompilerTypes,
1767+
splitTestsCompilation: false,
17671768
},
17681769
}) as unknown as HardhatConfig;
17691770

0 commit comments

Comments
 (0)