Skip to content

Commit

Permalink
fixup! Binance: Add subscription configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Jan 24, 2024
1 parent 7283b51 commit 0e4eac8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exchanges/binance/binance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2422,10 +2422,6 @@ func TestGenerateSubscriptions(t *testing.T) {
assert.NoError(t, err, "GenerateSubscriptions should not error")
if assert.Len(t, subs, len(expected), "Should have the correct number of subs") {
assert.ElementsMatch(t, subs, expected, "Should get the correct subscriptions")
} else {
for _, s := range subs {
t.Log(s.String())
}
}
}

Expand Down

0 comments on commit 0e4eac8

Please sign in to comment.