aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/subscription_test.ts
diff options
context:
space:
mode:
authorJacob Evans <dekz@dekz.net>2018-07-04 18:49:25 +0800
committerGitHub <noreply@github.com>2018-07-04 18:49:25 +0800
commitade620f4f7d9ac1e5726681aefcbddf742915a84 (patch)
tree2d973f3b39d19247855a6320cc48858f0011df40 /packages/contract-wrappers/test/subscription_test.ts
parentaeea3817a48473aec0eb378b0ad6cbe7e7877044 (diff)
parent5915f8430c252a341cac9c5ef645836efd4d7e92 (diff)
downloaddexon-sol-tools-ade620f4f7d9ac1e5726681aefcbddf742915a84.tar
dexon-sol-tools-ade620f4f7d9ac1e5726681aefcbddf742915a84.tar.gz
dexon-sol-tools-ade620f4f7d9ac1e5726681aefcbddf742915a84.tar.bz2
dexon-sol-tools-ade620f4f7d9ac1e5726681aefcbddf742915a84.tar.lz
dexon-sol-tools-ade620f4f7d9ac1e5726681aefcbddf742915a84.tar.xz
dexon-sol-tools-ade620f4f7d9ac1e5726681aefcbddf742915a84.tar.zst
dexon-sol-tools-ade620f4f7d9ac1e5726681aefcbddf742915a84.zip
Merge pull request #775 from RadarRelay/eth-lightwallet-subprovider-final
Eth lightwallet subprovider (replaces #660)
Diffstat (limited to 'packages/contract-wrappers/test/subscription_test.ts')
-rw-r--r--packages/contract-wrappers/test/subscription_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contract-wrappers/test/subscription_test.ts b/packages/contract-wrappers/test/subscription_test.ts
index 4d638bf9b..b9417ca3d 100644
--- a/packages/contract-wrappers/test/subscription_test.ts
+++ b/packages/contract-wrappers/test/subscription_test.ts
@@ -80,7 +80,7 @@ describe('SubscriptionTest', () => {
});
it('Should allow unsubscribeAll to be called successfully after an error', (done: DoneCallback) => {
(async () => {
- const callback = (err: Error | null, logEvent?: DecodedLogEvent<ApprovalContractEventArgs>) => _.noop;
+ const callback = (_err: Error | null, _logEvent?: DecodedLogEvent<ApprovalContractEventArgs>) => _.noop;
contractWrappers.token.subscribe(tokenAddress, TokenEvents.Approval, indexFilterValues, callback);
stubs = [
Sinon.stub((contractWrappers as any)._web3Wrapper, 'getBlockAsync').throws(