From 938ae5f27c958d21c4523ea9ec67b6589574ea95 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Tue, 14 May 2019 11:54:34 -0400 Subject: [PATCH] `@0x/contracts-coordinator`: Remove ZRX token from coordinator tests. --- contracts/coordinator/test/coordinator.ts | 1 - contracts/coordinator/test/mixins.ts | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/coordinator/test/coordinator.ts b/contracts/coordinator/test/coordinator.ts index 4ed44c9c6f..6cc5154ccb 100644 --- a/contracts/coordinator/test/coordinator.ts +++ b/contracts/coordinator/test/coordinator.ts @@ -79,7 +79,6 @@ describe('Coordinator tests', () => { exchangeArtifacts.Exchange, provider, txDefaults, - assetDataUtils.encodeERC20AssetData(zrxToken.address), new BigNumber(chainId), ); diff --git a/contracts/coordinator/test/mixins.ts b/contracts/coordinator/test/mixins.ts index c6bb878ee3..e35a74d5dc 100644 --- a/contracts/coordinator/test/mixins.ts +++ b/contracts/coordinator/test/mixins.ts @@ -68,6 +68,8 @@ describe('Mixins tests', () => { takerAssetAmount: constants.ZERO_AMOUNT, makerFee: constants.ZERO_AMOUNT, takerFee: constants.ZERO_AMOUNT, + makerFeeAssetData: constants.NULL_BYTES, + takerFeeAssetData: constants.NULL_BYTES, expirationTimeSeconds: constants.ZERO_AMOUNT, salt: constants.ZERO_AMOUNT, signature: constants.NULL_BYTES,