forked from LBRYCommunity/lbry-sdk
fix unit tests from component dependency chain changes
This commit is contained in:
parent
13667df374
commit
4f1dc29df1
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…
Reference in a new issue