This commit is contained in:
Michael Zhu
2019-08-17 17:20:02 -07:00
parent 88544ae0ef
commit 2b572cc28f
2 changed files with 1 additions and 3 deletions

View File

@@ -29,7 +29,6 @@ import "./libs/LibConstants.sol";
import "./libs/LibForwarderRichErrors.sol";
contract MixinExchangeWrapper is
LibConstants
{

View File

@@ -183,7 +183,7 @@ describe(ContractName.Forwarder, () => {
wethAssetData,
) as any) as sendTransactionResult;
expect(deployForwarder).to.revertWith(new ForwarderRevertErrors.UnregisteredAssetProxyError());
await expect(deployForwarder).to.revertWith(new ForwarderRevertErrors.UnregisteredAssetProxyError());
});
});
describe('marketSellOrdersWithEth without extra fees', () => {
@@ -442,7 +442,6 @@ describe(ContractName.Forwarder, () => {
makerFee: new BigNumber(0),
takerFee: new BigNumber(0),
});
const ordersWithoutFee = [order];
const desiredMakerAssetFillAmount = new BigNumber('5');
const makerAssetFillAmount = new BigNumber('6');
const ethValue = new BigNumber('4');