aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-06-02 23:40:06 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-06-02 23:40:06 +0800
commit7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e (patch)
tree9442911d21d05f12c537a2aa537cff223e653b27 /test
parentf5158eebf335c9fbcfb7cfb6f32a0ecd1161391d (diff)
downloaddexon-sol-tools-7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e.tar
dexon-sol-tools-7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e.tar.gz
dexon-sol-tools-7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e.tar.bz2
dexon-sol-tools-7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e.tar.lz
dexon-sol-tools-7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e.tar.xz
dexon-sol-tools-7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e.tar.zst
dexon-sol-tools-7fd84e29ab8c27cb872cf8cd0f631d4b78abba0e.zip
Rename EXPIRED to FILL_ORDER_EXPIRED
Diffstat (limited to 'test')
-rw-r--r--test/exchange_wrapper_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exchange_wrapper_test.ts b/test/exchange_wrapper_test.ts
index d8934d409..e83134909 100644
--- a/test/exchange_wrapper_test.ts
+++ b/test/exchange_wrapper_test.ts
@@ -158,7 +158,7 @@ describe('ExchangeWrapper', () => {
zeroEx.setTransactionSenderAccount(takerAddress);
return expect(zeroEx.exchange.fillOrderAsync(
signedOrder, fillTakerAmount, shouldCheckTransfer,
- )).to.be.rejectedWith(FillOrderValidationErrs.EXPIRED);
+ )).to.be.rejectedWith(FillOrderValidationErrs.FILL_ORDER_EXPIRED);
});
describe('should throw when not enough balance or allowance to fulfill the order', () => {
const fillableAmount = new BigNumber(5);