Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteaf3cae

Browse files
Fix package_manager.py test
1 parente5637b8 commiteaf3cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/package_manager.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TestPackageManager_get_app_list(unittest.TestCase):
4040

4141
deftest_get_app_list(self):
4242
app_list=PackageManager.get_app_list()
43-
self.assertGreaterEqual(len(app_list),14)# more if the symlinks in internal_filesystem/app aren't dangling
43+
self.assertGreaterEqual(len(app_list),13)# more if the symlinks in internal_filesystem/app aren't dangling
4444

4545
deftest_get_app(self):
4646
app_list=PackageManager.get_app_list()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp