summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2021-03-01 21:53:32 -0500
committerPeter LaFosse <peter@vector35.com>2021-03-02 07:50:56 -0500
commit97c4472da3f3804613be6cd1fee561e5dea4297f (patch)
tree04ed755332295e335442e0f14c2ee771837441e6
parent780a2aad808e7ba7c311810e69c17faa4499ad12 (diff)
Check for updates in PluginManager unit test
-rw-r--r--suite/api_test.py1
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]