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