Skip to content

Commit 510c80a

Browse files
committed
fix tests
1 parent 913b5a1 commit 510c80a

File tree

1 file changed

+2
-1
lines changed
  • packages/hardhat-verify/test/integration

1 file changed

+2
-1
lines changed

packages/hardhat-verify/test/integration/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,8 @@ describe("verify task Sourcify's integration tests", () => {
802802
assert.equal(logStub.callCount, 1);
803803
(expect(logStub.getCall(0)).to.be as any)
804804
.calledWith(`Successfully verified contract SimpleContract on Sourcify.
805-
https://repo.sourcify.dev/contracts/full_match/31337/${simpleContractAddress}/`);
805+
https://repo.sourcify.dev/contracts/full_match/31337/${simpleContractAddress}/
806+
`);
806807
logStub.restore();
807808
assert.isUndefined(taskResponse);
808809
});

0 commit comments

Comments
 (0)