mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fixed typo, uninstalled to uninstall
This commit is contained in:
parent
5b23b91ac6
commit
37bc3ad8fd
@ -67,7 +67,7 @@ class GemModuleTest(integration.ModuleCase):
|
||||
ret = self.run_function('gem.list_upgrades')
|
||||
self.assertIn('thor', ret)
|
||||
|
||||
self.run_function('gem.uninstalled', [OLD_GEM])
|
||||
self.run_function('gem.uninstall', [OLD_GEM])
|
||||
|
||||
def test_sources_add_remove(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user