diff --git a/exchanges/huobi/huobi_test.go b/exchanges/huobi/huobi_test.go index 52601cf5ef2..e4408835482 100644 --- a/exchanges/huobi/huobi_test.go +++ b/exchanges/huobi/huobi_test.go @@ -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) }