From be8751cb731a024f1e5c1eabdb73b0d5449c4493 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 10 Feb 2021 14:11:22 -0500 Subject: [PATCH] integration test fixes --- lbry/testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/testcase.py b/lbry/testcase.py index bf880b703..3fb5e2ddf 100644 --- a/lbry/testcase.py +++ b/lbry/testcase.py @@ -410,7 +410,7 @@ class CommandTestCase(IntegrationTestCase): daemon = Daemon(conf, ComponentManager( conf, skip_components=conf.components_to_skip, wallet=wallet_maker, exchange_rate_manager=partial(ExchangeRateManagerComponent, rates={ - 'BTCLBC': 1.0, 'USDBTC': 2.0 + 'BTCLBC': 1.0, 'USDLBC': 2.0 }) )) await daemon.initialize()