Fix linter errors

This commit is contained in:
Leonid Logvinov
2018-05-10 18:12:34 +02:00
parent 2e1c2d9dfe
commit e972ed8456
12 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ import { OrderFactory } from '../../util/order_factory';
import { BalancesByOwner, ContractName } from '../../util/types';
import { chaiSetup } from '../utils/chai_setup';
import { txDefaults, provider, web3Wrapper } from '../utils/web3_wrapper';
import { provider, txDefaults, web3Wrapper } from '../utils/web3_wrapper';
chaiSetup.configure();
const expect = chai.expect;