Skip to content

Commit 2b288fa

Browse files
twangboydwoz
authored andcommitted
Use different version for the everything package
1 parent 2a384ec commit 2b288fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/pytests/functional/states/test_chocolatey.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def vim(chocolatey_mod):
111111

112112
@pytest.fixture(scope="function")
113113
def everything(chocolatey_mod):
114-
chocolatey_mod.install(name="everything", version="1.4.1935")
114+
chocolatey_mod.install(name="everything", version="1.4.11024")
115115
yield
116116
chocolatey_mod.uninstall(name="everything", force=True)
117117

@@ -132,8 +132,8 @@ def test_installed_version(clean, chocolatey, chocolatey_mod):
132132
def test_installed_version_existing_capitalization(
133133
everything, chocolatey, chocolatey_mod
134134
):
135-
result = chocolatey.installed(name="everything", version="1.4.11024")
136-
expected_changes = {"Everything": {"new": ["1.4.11024"], "old": ["1.4.1935"]}}
135+
result = chocolatey.installed(name="everything", version="1.4.11026")
136+
expected_changes = {"Everything": {"new": ["1.4.11026"], "old": ["1.4.11024"]}}
137137
assert result["changes"] == expected_changes
138138

139139

0 commit comments

Comments
 (0)