fix unit tests from component dependency chain changes

This commit is contained in:
Victor Shyba 2021-10-19 16:05:01 -03:00
parent 8d6a7101f6
commit 04d2c6f013

View file

@ -26,14 +26,12 @@ class TestComponentManager(AsyncioTestCase):
components.WalletComponent
],
[
components.BackgroundDownloader,
components.DiskSpaceComponent,
components.FileManagerComponent,
components.HashAnnouncerComponent,
components.PeerProtocolServerComponent,
components.WalletServerPaymentsComponent
],
[
components.BackgroundDownloader
]
]
self.component_manager = ComponentManager(Config())