Skip to content

Commit

Permalink
tests: fix a typo in mocker autospec
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok authored Jan 6, 2021
1 parent b8f9547 commit de0b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inspection/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_info_setup_complex(demo_setup_complex):
def test_info_setup_complex_pep517_error(mocker, demo_setup_complex):
mocker.patch(
"poetry.utils.env.VirtualEnv.run",
auto_spec=True,
autospec=True,
side_effect=EnvCommandError(CalledProcessError(1, "mock", output="mock")),
)

Expand Down

0 comments on commit de0b32c

Please sign in to comment.