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:
@ -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 () {
|
||||
|
||||
@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user