(instance)
| 14 | }); |
| 15 | |
| 16 | const stopSockets = function (instance) { |
| 17 | const endpoints = instance.websockets.subscriptions(); |
| 18 | for (const endpoint in endpoints) { |
| 19 | instance.websockets.terminate(endpoint); |
| 20 | } |
| 21 | }; |
| 22 | |
| 23 | describe('classifyFuturesStream', function () { |
| 24 | it('classifies bookTicker as public', function () { |
no test coverage detected