Skip to content

Commit

Permalink
fixing name of mocked item since it's being patched at the class level.
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Feb 20, 2024
1 parent be0f861 commit 71ac837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_aside(

def test_error(
self,
mocked_manager: mock.Mock, # noqa: ARG002
mocked_allure: mock.Mock, # noqa: ARG002
mock_allure_trappings: AllureTrappings,
) -> None:
adapter = AllureAdapter()
Expand Down

0 comments on commit 71ac837

Please sign in to comment.