mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
BLD: conditionally fetching single or multi tickers for performance reasons
This commit is contained in:
@@ -76,7 +76,7 @@ class TestCCXT(BaseExchangeTestCase):
|
||||
self.exchange.get_asset('zrx_eth'),
|
||||
]
|
||||
tickers = self.exchange.tickers(assets)
|
||||
assert len(tickers) == 1
|
||||
assert len(tickers) == 2
|
||||
pass
|
||||
|
||||
def test_my_trades(self):
|
||||
|
||||
Reference in New Issue
Block a user