Skip to content

Commit f6a5e75

Browse files
committed
!suqash
1 parent f0cca0b commit f6a5e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/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)