forked from LBRYCommunity/lbry-sdk
integration test fixes
This commit is contained in:
parent
fb25ecb4a1
commit
be8751cb73
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class CommandTestCase(IntegrationTestCase):
|
||||||
daemon = Daemon(conf, ComponentManager(
|
daemon = Daemon(conf, ComponentManager(
|
||||||
conf, skip_components=conf.components_to_skip, wallet=wallet_maker,
|
conf, skip_components=conf.components_to_skip, wallet=wallet_maker,
|
||||||
exchange_rate_manager=partial(ExchangeRateManagerComponent, rates={
|
exchange_rate_manager=partial(ExchangeRateManagerComponent, rates={
|
||||||
'BTCLBC': 1.0, 'USDBTC': 2.0
|
'BTCLBC': 1.0, 'USDLBC': 2.0
|
||||||
})
|
})
|
||||||
))
|
))
|
||||||
await daemon.initialize()
|
await daemon.initialize()
|
||||||
|
|
Loading…
Add table
Reference in a new issue