diff --git a/exchanges/gateio/gateio_websocket_request_spot_test.go b/exchanges/gateio/gateio_websocket_request_spot_test.go index 57a6c6a6..7384acde 100644 --- a/exchanges/gateio/gateio_websocket_request_spot_test.go +++ b/exchanges/gateio/gateio_websocket_request_spot_test.go @@ -192,7 +192,7 @@ func TestWebsocketSpotGetOrderStatus(t *testing.T) { require.NotEmpty(t, got) } -// getWebsocketInstance returns a websocket instance copy for testing. +// newExchangeWithWebsocket returns a websocket instance copy for testing. // This restricts the pairs to a single pair per asset type to reduce test time. func newExchangeWithWebsocket(t *testing.T, a asset.Item) *Exchange { t.Helper() diff --git a/exchanges/subscription/subscription_test.go b/exchanges/subscription/subscription_test.go index c10ec22e..a07bafe6 100644 --- a/exchanges/subscription/subscription_test.go +++ b/exchanges/subscription/subscription_test.go @@ -69,7 +69,7 @@ func TestEnsureKeyed(t *testing.T) { assert.Equal(t, s.Key, k2, "Key should be the key provided") } -// TestSubscriptionMarshalling ensures json Marshalling is clean and concise +// TestSubscriptionMarshaling ensures json Marshalling is clean and concise // Since there is no UnmarshalJSON, this just exercises the json field tags of Subscription, and regressions in conciseness func TestSubscriptionMarshaling(t *testing.T) { t.Parallel()