without debug print

This commit is contained in:
Jean-Baptiste LE STANG 2018-01-07 23:15:33 +01:00
parent 65127533ef
commit 5b1f84f816
1 changed files with 0 additions and 1 deletions

View File

@ -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