We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cc105 commit 6a22281Copy full SHA for 6a22281
tests/test_package_manager.py
@@ -47,4 +47,4 @@ def test_get_app(self):
47
hello_world_app = AppManager.get("com.micropythonos.helloworld")
48
self.assertIsInstance(hello_world_app, App)
49
self.assertEqual(hello_world_app.icon_path, "apps/com.micropythonos.helloworld/res/mipmap-mdpi/icon_64x64.png")
50
- self.assertEqual(len(hello_world_app.icon_data), 5378)
+ self.assertEqual(len(hello_world_app.icon_data), 4779)
0 commit comments