Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Jan 16, 2024
1 parent ee8fe65 commit 902223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crosschain-reverse-resolver/test/testReverseResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe('Crosschain Reverse Resolver', () => {
'L2ReverseRegistrar',
signer
);
l2contract = await testL2Factory.deploy(ethers.namehash(`${NAMESPACE}.reverse`));
l2contract = await testL2Factory.deploy(ethers.namehash(`${NAMESPACE}.reverse`), NAMESPACE);

const testL1Factory = await ethers.getContractFactory(
'L1ReverseResolver',
Expand Down

0 comments on commit 902223d

Please sign in to comment.