Skip to content

Commit

Permalink
Add 'force' argument into 'should return the processed arguments' test
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed May 1, 2024
1 parent c4892d8 commit d7381a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hardhat-verify/test/unit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ describe("verify task", () => {
ConstructorLib: "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
},
contractFQN: "contracts/TestContract.sol:TestContract",
force: false,
};
const processedArgs = await this.hre.run(
TASK_VERIFY_ETHERSCAN_RESOLVE_ARGUMENTS,
Expand Down

0 comments on commit d7381a4

Please sign in to comment.