Remove unused pause

This commit is contained in:
Jacob Evans
2019-03-21 16:15:38 +01:00
parent e575672877
commit a5f06c577d
2 changed files with 1 additions and 3 deletions

View File

@@ -25,8 +25,6 @@ import "./DummyERC20Token.sol";
contract UntransferrableDummyERC20Token is
DummyERC20Token
{
bool internal _paused;
constructor (
string memory _name,
string memory _symbol,

View File

@@ -22,7 +22,7 @@ chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
describe.only('ExchangeWrapper', () => {
describe('ExchangeWrapper', () => {
let contractWrappers: ContractWrappers;
let userAddresses: string[];
let zrxTokenAddress: string;