without debug print

This commit is contained in:
Jean-Baptiste LE STANG 2018-01-07 23:15:33 +01:00
parent 2773ce7ebf
commit 4c8ae3a7af

View File

@ -178,7 +178,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