diff --git a/exchanges/kraken/kraken_test.go b/exchanges/kraken/kraken_test.go index 2d4c4f14c88..0a73c9a2154 100644 --- a/exchanges/kraken/kraken_test.go +++ b/exchanges/kraken/kraken_test.go @@ -1270,7 +1270,7 @@ func setupAuthWs(tb testing.TB) { go k.wsFunnelConnectionData(k.Websocket.AuthConn, comms) } -// TestWebsocketSubscribe tests unauthenticated websocket subscriptions +// TestWsSubscribe tests unauthenticated websocket subscriptions // Specifically looking to ensure multiple errors are collected and returned and ws.Subscriptions Added/Removed in cases of: // single pass, single fail, mixed fail, multiple pass, all fail // No objection to this becoming a fixture test, so long as it integrates through Un/Subscribe roundtrip