forked from LBRYCommunity/lbry-sdk
update test
This commit is contained in:
parent
9cc7c118a8
commit
4094b02ae9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class TestExchangeRateManager(AsyncioTestCase):
|
|||
|
||||
async def test_exchange_rate_manager(self):
|
||||
# TODO: re-enable cryptonator.com
|
||||
manager = ExchangeRateManager(FEEDS[:-2])
|
||||
manager = ExchangeRateManager(FEEDS)
|
||||
manager.start()
|
||||
self.addCleanup(manager.stop)
|
||||
for feed in manager.market_feeds:
|
||||
|
|
Loading…
Add table
Reference in a new issue