Skip to content

Commit 62d3c9c

Browse files
Fix unit test
1 parent 0f7a2c0 commit 62d3c9c

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), 6136)
50+
self.assertEqual(len(hello_world_app.icon_data), 5499)

0 commit comments

Comments
 (0)