Skip to content

Commit 01db1aa

Browse files
Fix unit test
1 parent 03ad82e commit 01db1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_package_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def test_get_app(self):
4747
hello_world_app = AppManager.get("com.micropythonos.helloworld")
4848
self.assertIsInstance(hello_world_app, App)
4949
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), 4779)
50+
self.assertEqual(len(hello_world_app.icon_data), 6136)

0 commit comments

Comments
 (0)