From 181d22019248c1174674b222dcde4801659df677 Mon Sep 17 00:00:00 2001 From: Rodrigo Brito Date: Sat, 25 Mar 2023 21:36:36 -0300 Subject: [PATCH] test(pairs): include testes for pairs in Binance Futures --- exchange/pairs_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/exchange/pairs_test.go b/exchange/pairs_test.go index 8d1b1902..cbe05d2b 100644 --- a/exchange/pairs_test.go +++ b/exchange/pairs_test.go @@ -15,6 +15,7 @@ func TestSplitAssetQuote(t *testing.T) { {"BTCUSDT", "BTC", "USDT"}, {"ETHBTC", "ETH", "BTC"}, {"BTCBUSD", "BTC", "BUSD"}, + {"1000SHIBBUSD", "1000SHIB", "BUSD"}, } for _, tc := range tt {