Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Kucoin: Add Subscription batching
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Aug 7, 2024
1 parent 65ee704 commit bca853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/kucoin/kucoin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ func TestGenerateTickerAllSub(t *testing.T) {
enabled, err := ku.GetEnabledPairs(asset.Spot)
require.NoError(t, err, "GetEnabledPairs must not error")

ku.Features.Subscriptions = subscription.List{{Channel: subscription.TickerChannel, Asset: asset.All}}
ku.Features.Subscriptions = subscription.List{{Channel: subscription.TickerChannel, Asset: asset.Spot}}
exp := subscription.List{
{Channel: subscription.TickerChannel, Asset: asset.Spot, QualifiedChannel: "/market/ticker:all", Pairs: enabled},
}
Expand Down

0 comments on commit bca853d

Please sign in to comment.