Skip to content

Commit

Permalink
fix: remove commented import
Browse files Browse the repository at this point in the history
  • Loading branch information
shrugs committed Jun 17, 2018
1 parent 89be848 commit 672a7a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/token/ERC721/ERC721BasicToken.behaviour.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import assertRevert from '../../helpers/assertRevert';
import decodeLogs from '../../helpers/decodeLogs';
import expectEvent from '../../helpers/expectEvent';
import _ from 'lodash';
// import { promisify } from 'es6-promisify';

const ERC721Receiver = artifacts.require('ERC721ReceiverMock.sol');
const BigNumber = web3.BigNumber;
Expand Down

0 comments on commit 672a7a2

Please sign in to comment.