You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix unit test
This commit is contained in:
@@ -47,4 +47,4 @@ class TestAppManager_get_app_list(unittest.TestCase):
|
||||
hello_world_app = AppManager.get("com.micropythonos.helloworld")
|
||||
self.assertIsInstance(hello_world_app, App)
|
||||
self.assertEqual(hello_world_app.icon_path, "apps/com.micropythonos.helloworld/res/mipmap-mdpi/icon_64x64.png")
|
||||
self.assertEqual(len(hello_world_app.icon_data), 6136)
|
||||
self.assertEqual(len(hello_world_app.icon_data), 5499)
|
||||
|
||||
Reference in New Issue
Block a user