Style changes to atomic order matching

This commit is contained in:
Greg Hysen
2018-05-11 14:51:00 -07:00
parent fa7570352c
commit 5735095521
11 changed files with 332 additions and 350 deletions

View File

@@ -41,7 +41,7 @@ chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
describe('matchOrdersAndVerifyBalancesAsync', () => {
describe('matchOrders', () => {
let makerAddressLeft: string;
let makerAddressRight: string;
let owner: string;

View File

@@ -32,7 +32,6 @@ import {
TransferAmountsByMatchOrders as TransferAmounts,
} from '../../src/utils/types';
import { chaiSetup } from '../utils/chai_setup';
import { deployer } from '../utils/deployer';
import { provider, web3Wrapper } from '../utils/web3_wrapper';
chaiSetup.configure();