Remove unused pause
This commit is contained in:
@@ -25,8 +25,6 @@ import "./DummyERC20Token.sol";
|
||||
contract UntransferrableDummyERC20Token is
|
||||
DummyERC20Token
|
||||
{
|
||||
bool internal _paused;
|
||||
|
||||
constructor (
|
||||
string memory _name,
|
||||
string memory _symbol,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user