We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913b5a1 commit 510c80aCopy full SHA for 510c80a
packages/hardhat-verify/test/integration/index.ts
@@ -802,7 +802,8 @@ describe("verify task Sourcify's integration tests", () => {
802
assert.equal(logStub.callCount, 1);
803
(expect(logStub.getCall(0)).to.be as any)
804
.calledWith(`Successfully verified contract SimpleContract on Sourcify.
805
-https://repo.sourcify.dev/contracts/full_match/31337/${simpleContractAddress}/`);
+https://repo.sourcify.dev/contracts/full_match/31337/${simpleContractAddress}/
806
+`);
807
logStub.restore();
808
assert.isUndefined(taskResponse);
809
});
0 commit comments