forked from LBRYCommunity/lbry-sdk
test component unit test
This commit is contained in:
parent
51d21d8c86
commit
fd8658e317
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class TestComponentManager(AsyncioTestCase):
|
||||||
self.default_components_sort = [
|
self.default_components_sort = [
|
||||||
[
|
[
|
||||||
components.DatabaseComponent,
|
components.DatabaseComponent,
|
||||||
|
components.DiskSpaceComponent,
|
||||||
components.ExchangeRateManagerComponent,
|
components.ExchangeRateManagerComponent,
|
||||||
components.TorrentComponent,
|
components.TorrentComponent,
|
||||||
components.UPnPComponent
|
components.UPnPComponent
|
||||||
|
|
Loading…
Add table
Reference in a new issue