diff options
author | Greg Hysen <greg.hysen@gmail.com> | 2018-08-22 05:45:39 +0800 |
---|---|---|
committer | Greg Hysen <greg.hysen@gmail.com> | 2018-08-25 09:17:27 +0800 |
commit | ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2 (patch) | |
tree | de8cee8a6f093d954ff5429c74b7c53dd46954ac /packages/contracts/test/exchange | |
parent | a32b201afe6c90a6bd06b88a5d512408cd3cb032 (diff) | |
download | dexon-sol-tools-ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2.tar dexon-sol-tools-ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2.tar.gz dexon-sol-tools-ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2.tar.bz2 dexon-sol-tools-ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2.tar.lz dexon-sol-tools-ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2.tar.xz dexon-sol-tools-ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2.tar.zst dexon-sol-tools-ca5c9e77c0f068cf653afc9c8b61bdc25318f8e2.zip |
Ironing out the new set of test cases for order matchubng
Diffstat (limited to 'packages/contracts/test/exchange')
-rw-r--r-- | packages/contracts/test/exchange/match_orders.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/test/exchange/match_orders.ts b/packages/contracts/test/exchange/match_orders.ts index 78f33ec7c..b2ffa31b2 100644 --- a/packages/contracts/test/exchange/match_orders.ts +++ b/packages/contracts/test/exchange/match_orders.ts @@ -212,7 +212,7 @@ describe.only('matchOrders', () => { }); */ - it.only('Jacobs Example', async () => { + it('Jacobs Example', async () => { // Create orders to match const signedOrderLeft = await orderFactoryLeft.newSignedOrderAsync({ makerAddress: makerAddressLeft, |