diff options
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, |