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 7e88265 commit 82633db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_crypto_trading_bot/trading_bot/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_get_account_client():
def test_symbol():
# check if symbol create the right symbol
market: Market = MarketFactory()
assert "TRX/BNB" == market.symbol
market.symbol == assert "TRX/BNB"

# chekc if this symbol works on binance
account: Account = AccountFactory()
Expand Down

0 comments on commit 82633db

Please sign in to comment.