Skip to content

Commit

Permalink
Update exchange_info_service_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
icamys committed Oct 5, 2021
1 parent 745e891 commit b2b2a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/exchange_info_service_test.go
Expand Up @@ -63,7 +63,7 @@ func (s *exchangeInfoServiceTestSuite) TestExchangeInfo() {
s.assertReq(func(r *request) {
e := newRequest().setParams(map[string]interface{}{
"symbol": symbol,
"symbols": symbols,
"symbols": "[\"ETHBTC\",\"LTCBTC\"]",
})
s.assertRequestEqual(e, r)
})
Expand Down

0 comments on commit b2b2a58

Please sign in to comment.