Fix package_manager.py test

This commit is contained in:
Thomas Farstrike
2025-11-07 15:10:48 +01:00
parent e5637b8bb6
commit eaf3caee79
+1 -1
View File
@@ -40,7 +40,7 @@ class TestPackageManager_get_app_list(unittest.TestCase):
def test_get_app_list(self):
app_list = PackageManager.get_app_list()
self.assertGreaterEqual(len(app_list), 14) # more if the symlinks in internal_filesystem/app aren't dangling
self.assertGreaterEqual(len(app_list), 13) # more if the symlinks in internal_filesystem/app aren't dangling
def test_get_app(self):
app_list = PackageManager.get_app_list()