without debug print
This commit is contained in:
parent
2773ce7ebf
commit
4c8ae3a7af
@ -178,7 +178,6 @@ def test_get_ticker(mocker, ticker):
|
|||||||
|
|
||||||
# if not caching the result we should get the same ticker
|
# if not caching the result we should get the same ticker
|
||||||
ticker = get_ticker(pair='BTC_ETH', refresh=False)
|
ticker = get_ticker(pair='BTC_ETH', refresh=False)
|
||||||
print(str(ticker))
|
|
||||||
assert ticker['bid'] == 0.00001098
|
assert ticker['bid'] == 0.00001098
|
||||||
assert ticker['ask'] == 0.00001099
|
assert ticker['ask'] == 0.00001099
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user