In @0x/contracts-exchange: upgrading tests...

This commit is contained in:
Lawrence Forman 2019-04-04 19:19:37 -04:00 committed by Amir Bandeali
parent 0cb8586f68
commit d25a510291

View File

@ -56,6 +56,7 @@ const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);
// tslint:disable:no-unnecessary-type-assertion // tslint:disable:no-unnecessary-type-assertion
describe('Exchange core', () => { describe('Exchange core', () => {
const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000';
let chainId: number; let chainId: number;
let makerAddress: string; let makerAddress: string;
let owner: string; let owner: string;