Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
fix comparison norm
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxluigi committed Dec 24, 2019
1 parent 82633db commit 3dacb44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def test_get_client():
exchange: Exchange = get_client(exchange_id="binance")
exchange.load_markets()
market_exchange = exchange.market("TRX/BNB")
assert "TRX/BNB" == market_exchange["symbol"]
market_exchange["symbol"] == assert "TRX/BNB"

0 comments on commit 3dacb44

Please sign in to comment.