diff options
| -rw-r--r-- | suite/api_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/suite/api_test.py b/suite/api_test.py index bd2d78f6..90e8df51 100644 --- a/suite/api_test.py +++ b/suite/api_test.py @@ -340,6 +340,7 @@ class DemanglerTest(unittest.TestCase): class PluginManagerTest(unittest.TestCase): def test_install_plugin(self): mgr = RepositoryManager() + assert mgr.check_for_updates() assert mgr.default_repository.path == 'community' assert 'community' in [r.path for r in mgr.repositories] assert 'official' in [r.path for r in mgr.repositories] |
