Fix tests by passing DummyToken args
This commit is contained in:
@@ -55,8 +55,8 @@ describe('Arbitrage', () => {
|
||||
before(async () => {
|
||||
const accounts = await web3Wrapper.getAvailableAddressesAsync();
|
||||
[coinbase, maker, edMaker, edFrontRunner] = accounts;
|
||||
weth = await deployer.deployAsync(ContractName.DummyToken);
|
||||
zrx = await deployer.deployAsync(ContractName.DummyToken);
|
||||
weth = await deployer.deployAsync(ContractName.DummyToken, constants.DUMMY_TOKEN_ARGS);
|
||||
zrx = await deployer.deployAsync(ContractName.DummyToken, constants.DUMMY_TOKEN_ARGS);
|
||||
const accountLevels = await deployer.deployAsync(ContractName.AccountLevels);
|
||||
const edAdminAddress = accounts[0];
|
||||
const edMakerFee = 0;
|
||||
|
Reference in New Issue
Block a user