mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 05:37:58 +00:00
Remove unused variable in spec test
This commit is contained in:
@@ -563,7 +563,7 @@ describe('ScProvider', () => {
|
|||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
const cb = jest.fn();
|
const cb = jest.fn();
|
||||||
const token = await provider.subscribe(
|
await provider.subscribe(
|
||||||
'foo',
|
'foo',
|
||||||
'chain_subscribeNewHeads',
|
'chain_subscribeNewHeads',
|
||||||
['baz'],
|
['baz'],
|
||||||
|
|||||||
Reference in New Issue
Block a user