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:
@ -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