Skip to content

Commit 24a19f4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 17850cd commit 24a19f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pytest_mock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ def __call__(self, x):
523523
assert spy.spy_return == 20
524524
assert spy.spy_return_list == [20]
525525

526+
526527
@pytest.mark.asyncio
527528
async def test_instance_async_method_spy(mocker: MockerFixture) -> None:
528529
class Foo:

0 commit comments

Comments
 (0)