Skip to content

Commit

Permalink
fixup! Huobi: Fix tests racing on updatePairsOnce
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Dec 14, 2024
1 parent 68f571f commit c03c976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exchanges/huobi/huobi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ func TestGetTieredAjustmentFactorInfo(t *testing.T) {

func TestGetOpenInterestInfo(t *testing.T) {
t.Parallel()
updatePairsOnce(t, h)
_, err := h.GetOpenInterestInfo(context.Background(), btcusdPair, "5min", "cryptocurrency", 50)
require.NoError(t, err)
}
Expand Down

0 comments on commit c03c976

Please sign in to comment.