Update ERC721.behavior.js

This commit is contained in:
Hadrien Croubois
2023-07-14 08:38:46 +02:00
committed by GitHub
parent ca32b459ec
commit b982e2a808

View File

@ -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 () {