You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix package_manager.py test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user