@0x:contracts-exchange Updated MixinAssetProxyDispatcher and MixinExchangeCore to use library RichErrors

This commit is contained in:
James Towle
2019-07-11 15:16:20 -05:00
committed by Amir Bandeali
parent 96ab74dea4
commit 3d95817dbe
4 changed files with 427 additions and 24 deletions

View File

@@ -36,7 +36,7 @@ const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
// tslint:disable:no-unnecessary-type-assertion
describe.only('Exchange wrappers', () => {
describe('Exchange wrappers', () => {
let chainId: number;
let makerAddress: string;
let owner: string;