diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-08-23 20:42:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 20:42:45 +0800 |
commit | d837e27739614ce6a132e8583409425f726bef89 (patch) | |
tree | 9ecf2e0df53080fe6e9818779f344bebcdf3fef2 /test/token_wrapper_test.ts | |
parent | 51f2c46ed04474099de4c9c9f60f5caf4ea60937 (diff) | |
parent | 894ade168d5ff09a0b6a9b9a04a0a6b58dcc58ce (diff) | |
download | dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.gz dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.bz2 dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.lz dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.xz dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.tar.zst dexon-sol-tools-d837e27739614ce6a132e8583409425f726bef89.zip |
Merge pull request #127 from 0xProject/shouldThrowOnInsufficientBalanceOrAllowance
Fix the docs for shouldThrowOnInsufficientBalanceOrAllowance
Diffstat (limited to 'test/token_wrapper_test.ts')
-rw-r--r-- | test/token_wrapper_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/token_wrapper_test.ts b/test/token_wrapper_test.ts index 8c680b754..8adaa6351 100644 --- a/test/token_wrapper_test.ts +++ b/test/token_wrapper_test.ts @@ -284,7 +284,7 @@ describe('TokenWrapper', () => { }); describe('#subscribeAsync', () => { const indexFilterValues = {}; - const shouldCheckTransfer = false; + const shouldThrowOnInsufficientBalanceOrAllowance = true; let tokenAddress: string; const subscriptionOpts: SubscriptionOpts = { fromBlock: 0, |