Skip to content

Commit d11adde

Browse files
committed
!suqash
1 parent 89a0638 commit d11adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_internal/subprocess/test_mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def idfn(val: Any) -> str:
2727
ids=idfn,
2828
)
2929
@mock.patch("subprocess.Popen")
30-
def test_run(
30+
def test_Popen_mock(
3131
mock_subprocess_popen,
3232
tmp_path: pathlib.Path,
3333
args: list,

0 commit comments

Comments
 (0)