Skip to content

Commit

Permalink
!suqash
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 15, 2022
1 parent 89a0638 commit d11adde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_internal/subprocess/test_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def idfn(val: Any) -> str:
ids=idfn,
)
@mock.patch("subprocess.Popen")
def test_run(
def test_Popen_mock(
mock_subprocess_popen,
tmp_path: pathlib.Path,
args: list,
Expand Down

0 comments on commit d11adde

Please sign in to comment.