mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
without debug print
This commit is contained in:
parent
65127533ef
commit
5b1f84f816
|
@ -177,7 +177,6 @@ def test_get_ticker(mocker, ticker):
|
|||
|
||||
# if not caching the result we should get the same ticker
|
||||
ticker = get_ticker(pair='BTC_ETH', refresh=False)
|
||||
print(str(ticker))
|
||||
assert ticker['bid'] == 0.00001098
|
||||
assert ticker['ask'] == 0.00001099
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user