forked from LBRYCommunity/lbry-sdk
deleted commented out code
This commit is contained in:
parent
268a01dc23
commit
be2ef747dc
1 changed files with 0 additions and 2 deletions
|
@ -128,8 +128,6 @@ class CommandTestCase(IntegrationTestCase):
|
||||||
exchange_rate_manager=FakeExchangeRateComponent,
|
exchange_rate_manager=FakeExchangeRateComponent,
|
||||||
upnp=FakeUPnP
|
upnp=FakeUPnP
|
||||||
))
|
))
|
||||||
#for component in skip:
|
|
||||||
# self.daemon.component_attributes.pop(component, None)
|
|
||||||
await d2f(self.daemon.setup())
|
await d2f(self.daemon.setup())
|
||||||
self.daemon.wallet_manager = self.wallet_component.wallet_manager
|
self.daemon.wallet_manager = self.wallet_component.wallet_manager
|
||||||
self.manager.old_db = self.daemon.storage
|
self.manager.old_db = self.daemon.storage
|
||||||
|
|
Loading…
Reference in a new issue