This commit is contained in:
David Sun
2019-11-25 14:28:34 -05:00
parent e1b40ec46e
commit 669c5be344

View File

@@ -147,7 +147,7 @@ describe('ForwarderSwapQuoteConsumer', () => {
await blockchainLifecycle.startAsync();
const UNLIMITED_ALLOWANCE = UNLIMITED_ALLOWANCE_IN_BASE_UNITS;
const totalFillableAmount = (new BigNumber(10)).multipliedBy(ONE_ETH_IN_WEI);
const totalFillableAmount = new BigNumber(10).multipliedBy(ONE_ETH_IN_WEI);
await erc20TokenContract.transfer(makerAddress, totalFillableAmount).sendTransactionAsync({
from: coinbaseAddress,