We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61df082 commit 44a7df2Copy full SHA for 44a7df2
1 file changed
tests/package_manager.py
@@ -40,7 +40,7 @@ class TestPackageManager_get_app_list(unittest.TestCase):
40
41
def test_get_app_list(self):
42
app_list = PackageManager.get_app_list()
43
- self.assertEqual(len(app_list), 17)
+ self.assertGreaterEqual(len(app_list), 14) # more if the symlinks in internal_filesystem/app aren't dangling
44
45
def test_get_app(self):
46
0 commit comments