Skip to content

Commit

Permalink
Update test_awaitable.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored Apr 25, 2024
1 parent 4cdfc9c commit 1bdfe56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_awaitable.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def decorator(func: Callable):
return pytest.mark.limit_leaks(memstring)(func)
else:
return func
return decorator

@limit_leaks("5 KB")
@pytest.mark.asyncio
Expand Down

0 comments on commit 1bdfe56

Please sign in to comment.