mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed typo, uninstalled to uninstall
This commit is contained in:
parent
5b23b91ac6
commit
37bc3ad8fd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue