mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-28 16:01:28 +00:00
fix unit tests from component dependency chain changes
This commit is contained in:
parent
8d6a7101f6
commit
04d2c6f013
1 changed files with 1 additions and 3 deletions
|
@ -26,14 +26,12 @@ class TestComponentManager(AsyncioTestCase):
|
||||||
components.WalletComponent
|
components.WalletComponent
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
components.BackgroundDownloader,
|
||||||
components.DiskSpaceComponent,
|
components.DiskSpaceComponent,
|
||||||
components.FileManagerComponent,
|
components.FileManagerComponent,
|
||||||
components.HashAnnouncerComponent,
|
components.HashAnnouncerComponent,
|
||||||
components.PeerProtocolServerComponent,
|
components.PeerProtocolServerComponent,
|
||||||
components.WalletServerPaymentsComponent
|
components.WalletServerPaymentsComponent
|
||||||
],
|
|
||||||
[
|
|
||||||
components.BackgroundDownloader
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
self.component_manager = ComponentManager(Config())
|
self.component_manager = ComponentManager(Config())
|
||||||
|
|
Loading…
Add table
Reference in a new issue