mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update test_gem.py
This commit is contained in:
parent
acd16ae4c6
commit
8b05691ec1
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def test_installed_version():
|
|||
with patch.dict(gem.__salt__, {"gem.install": gem_install_succeeds}):
|
||||
ret = gem.installed("foo", version=">= 1.0")
|
||||
assert ret["result"] is True
|
||||
assert "Installed Gem meets version requirements." == ret["comment"]
|
||||
assert ret["comment"] == "Installed Gem meets version requirements."
|
||||
|
||||
|
||||
def test_removed():
|
||||
|
|
Loading…
Add table
Reference in a new issue