lint
This commit is contained in:
@@ -22,6 +22,7 @@ pragma experimental ABIEncoderV2;
|
||||
import "./MixinForwarderCore.sol";
|
||||
import "./libs/LibConstants.sol";
|
||||
|
||||
|
||||
// solhint-disable no-empty-blocks
|
||||
// MixinAssets, MixinExchangeWrapper, and MixinWeth are all inherited via
|
||||
// MixinForwarderCore.
|
||||
|
||||
@@ -336,7 +336,7 @@ export class ForwarderTestFactory {
|
||||
}
|
||||
|
||||
if (makerAssetContract instanceof DummyERC20TokenContract) {
|
||||
await this._checkErc20Balances(erc20Balances, newBalances, expectedResults, makerAssetContract);
|
||||
this._checkErc20Balances(erc20Balances, newBalances, expectedResults, makerAssetContract);
|
||||
} else if (options.makerAssetId !== undefined) {
|
||||
const newOwner = await makerAssetContract.ownerOf.callAsync(options.makerAssetId);
|
||||
expect(newOwner).to.be.bignumber.equal(this._takerAddress);
|
||||
|
||||
Reference in New Issue
Block a user