Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
bbe0eefd
Commit
bbe0eefd
authored
Apr 12, 2019
by
ckshei
Committed by
Nicolás Venturo
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing unused variables (#1719)
* removing unused variables * undeleting the _
parent
19c705d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
ERC721MintBurn.behavior.js
test/token/ERC721/ERC721MintBurn.behavior.js
+1
-1
ERC721Pausable.test.js
test/token/ERC721/ERC721Pausable.test.js
+0
-2
No files found.
test/token/ERC721/ERC721MintBurn.behavior.js
View file @
bbe0eefd
...
@@ -4,7 +4,7 @@ const { ZERO_ADDRESS } = constants;
...
@@ -4,7 +4,7 @@ const { ZERO_ADDRESS } = constants;
function
shouldBehaveLikeMintAndBurnERC721
(
function
shouldBehaveLikeMintAndBurnERC721
(
creator
,
creator
,
minter
,
minter
,
[
owner
,
newOwner
,
approved
,
other
]
[
owner
,
newOwner
,
approved
]
)
{
)
{
const
firstTokenId
=
new
BN
(
1
);
const
firstTokenId
=
new
BN
(
1
);
const
secondTokenId
=
new
BN
(
2
);
const
secondTokenId
=
new
BN
(
2
);
...
...
test/token/ERC721/ERC721Pausable.test.js
View file @
bbe0eefd
...
@@ -8,8 +8,6 @@ const ERC721PausableMock = artifacts.require('ERC721PausableMock.sol');
...
@@ -8,8 +8,6 @@ const ERC721PausableMock = artifacts.require('ERC721PausableMock.sol');
contract
(
'ERC721Pausable'
,
function
([
contract
(
'ERC721Pausable'
,
function
([
_
,
_
,
creator
,
creator
,
owner
,
operator
,
otherPauser
,
otherPauser
,
...
accounts
...
accounts
])
{
])
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment