Fixed typo, uninstalled to uninstall

This commit is contained in:
Justin Anderson 2016-06-01 15:16:15 -06:00
parent 5b23b91ac6
commit 37bc3ad8fd

View File

@ -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):
'''