Skip to content

Commit e95569a

Browse files
committed
Fix shadowed and non-run test
1 parent a3249c6 commit e95569a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_installs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_get_install_to_run_with_platform(patched_installs):
120120
assert i["executable"].match("python.exe")
121121

122122

123-
def test_get_install_to_run_with_platform(patched_installs):
123+
def test_get_install_to_run_with_platform_windowed(patched_installs):
124124
i = installs.get_install_to_run("<none>", None, "1.0-32", windowed=True)
125125
assert i["id"] == "PythonCore-1.0-32"
126126
assert i["executable"].match("pythonw.exe")

0 commit comments

Comments
 (0)