Use ERC-XXX syntax (#4730)

Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
Renan Souza
2023-11-23 05:18:04 +00:00
committed by GitHub
parent bf75bccaea
commit 7bd2b2aaf6
96 changed files with 282 additions and 282 deletions

View File

@ -38,7 +38,7 @@ contract('ERC20Votes', function (accounts) {
this.votes = this.token;
});
// includes EIP6372 behavior check
// includes ERC6372 behavior check
shouldBehaveLikeVotes(accounts, [1, 17, 42], { mode, fungible: true });
it('initial nonce is 0', async function () {

View File

@ -26,7 +26,7 @@ contract('ERC721Votes', function (accounts) {
this.votes = await artifact.new(name, symbol, name, version);
});
// includes EIP6372 behavior check
// includes ERC6372 behavior check
shouldBehaveLikeVotes(accounts, tokens, { mode, fungible: false });
describe('balanceOf', function () {