Skip to content

Commit

Permalink
fixup! BTCMarkets: Add subscription conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Dec 5, 2024
1 parent f49c4ee commit 6daa32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/btcmarkets/btcmarkets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ func TestGenerateSubscriptions(t *testing.T) {
b.Websocket.SetCanUseAuthenticatedEndpoints(true)
require.True(t, b.Websocket.CanUseAuthenticatedEndpoints(), "CanUseAuthenticatedEndpoints must return true")
subs, err := b.generateSubscriptions()
require.NoError(t, err, "generateSubscriptions should not error")
require.NoError(t, err, "generateSubscriptions must not error")
pairs, err := b.GetEnabledPairs(asset.Spot)
require.NoError(t, err, "GetEnabledPairs must not error")
exp := subscription.List{}
Expand Down

0 comments on commit 6daa32b

Please sign in to comment.