removing unused variables (#1719)
* removing unused variables * undeleting the _
This commit is contained in:
@ -4,7 +4,7 @@ const { ZERO_ADDRESS } = constants;
|
||||
function shouldBehaveLikeMintAndBurnERC721 (
|
||||
creator,
|
||||
minter,
|
||||
[owner, newOwner, approved, other]
|
||||
[owner, newOwner, approved]
|
||||
) {
|
||||
const firstTokenId = new BN(1);
|
||||
const secondTokenId = new BN(2);
|
||||
|
||||
@ -8,8 +8,6 @@ const ERC721PausableMock = artifacts.require('ERC721PausableMock.sol');
|
||||
contract('ERC721Pausable', function ([
|
||||
_,
|
||||
creator,
|
||||
owner,
|
||||
operator,
|
||||
otherPauser,
|
||||
...accounts
|
||||
]) {
|
||||
|
||||
Reference in New Issue
Block a user