Skip to content

Commit 181d220

Browse files
committed
test(pairs): include testes for pairs in Binance Futures
1 parent 0e9f73a commit 181d220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exchange/pairs_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ func TestSplitAssetQuote(t *testing.T) {
1515
{"BTCUSDT", "BTC", "USDT"},
1616
{"ETHBTC", "ETH", "BTC"},
1717
{"BTCBUSD", "BTC", "BUSD"},
18+
{"1000SHIBBUSD", "1000SHIB", "BUSD"},
1819
}
1920

2021
for _, tc := range tt {

0 commit comments

Comments
 (0)