* replacing all instances of from: anyone with from: other * replacing all instances of from: anyone with from: other * replacing all instances of from: anyone with from: other * changing anyone to other * changing anyone to other
This commit is contained in:
@ -4,7 +4,7 @@ const { ZERO_ADDRESS } = constants;
|
||||
function shouldBehaveLikeMintAndBurnERC721 (
|
||||
creator,
|
||||
minter,
|
||||
[owner, newOwner, approved, anyone]
|
||||
[owner, newOwner, approved, other]
|
||||
) {
|
||||
const firstTokenId = new BN(1);
|
||||
const secondTokenId = new BN(2);
|
||||
|
||||
Reference in New Issue
Block a user