aboutsummaryrefslogtreecommitdiffstats
path: root/test/token_wrapper_test.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-08-23 20:42:45 +0800
committerGitHub <noreply@github.com>2017-08-23 20:42:45 +0800
commitd837e27739614ce6a132e8583409425f726bef89 (patch)
tree9ecf2e0df53080fe6e9818779f344bebcdf3fef2 /test/token_wrapper_test.ts
parent51f2c46ed04474099de4c9c9f60f5caf4ea60937 (diff)
parent894ade168d5ff09a0b6a9b9a04a0a6b58dcc58ce (diff)
downloaddexon-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.ts2
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,