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 12, 2021
1 parent f2bc24e commit 54482a0
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 54482a0

Please sign in to comment.