Skip to content

Commit

Permalink
test: fix incorrect check for interface ID tests of ERC725
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Oct 10, 2024
1 parent 096f0c7 commit a3b7a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/test/ERC725.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('ERC725', () => {
});

expect(await contract.supportsInterface(INTERFACE_ID.ERC725X)).to.be.true;
expect(await contract.supportsInterface(INTERFACE_ID.ERC725X)).to.be.true;
expect(await contract.supportsInterface(INTERFACE_ID.ERC725Y)).to.be.true;
});
});
});
Expand Down

0 comments on commit a3b7a6f

Please sign in to comment.