Skip to content

Commit

Permalink
test(pairs): include testes for pairs in Binance Futures
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-brito committed Mar 26, 2023
1 parent 0e9f73a commit 181d220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exchange/pairs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 181d220

Please sign in to comment.