Skip to content

Commit

Permalink
Merge pull request #264 from ERC725Alliance/test/fix
Browse files Browse the repository at this point in the history
test: fix incorrect check for interface ID tests of ERC725
  • Loading branch information
CJ42 authored Oct 10, 2024
2 parents 096f0c7 + a3b7a6f commit 3c81263
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 3c81263

Please sign in to comment.