aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/protocol/test/exchange/dispatcher.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/protocol/test/exchange/dispatcher.ts')
-rw-r--r--contracts/protocol/test/exchange/dispatcher.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/protocol/test/exchange/dispatcher.ts b/contracts/protocol/test/exchange/dispatcher.ts
index 5b1ac1e20..eca1b38f1 100644
--- a/contracts/protocol/test/exchange/dispatcher.ts
+++ b/contracts/protocol/test/exchange/dispatcher.ts
@@ -205,7 +205,7 @@ describe('AssetProxyDispatcher', () => {
erc20Balances[makerAddress][zrxToken.address].minus(amount),
);
expect(newBalances[takerAddress][zrxToken.address]).to.be.bignumber.equal(
- erc20Balances[takerAddress][zrxToken.address].add(amount),
+ erc20Balances[takerAddress][zrxToken.address].plus(amount),
);
});