Update ERC721.behavior.js
This commit is contained in:
@ -635,6 +635,7 @@ function shouldBehaveLikeERC721(owner, newOwner, approved, anotherApproved, oper
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
context('when the operator is address zero', function () {
|
||||
it('reverts', async function () {
|
||||
@ -646,7 +647,6 @@ function shouldBehaveLikeERC721(owner, newOwner, approved, anotherApproved, oper
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('getApproved', async function () {
|
||||
context('when token is not minted', async function () {
|
||||
|
||||
Reference in New Issue
Block a user