Skip to content

Commit

Permalink
More checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Aug 4, 2024
1 parent 5ece0ed commit b59acac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_awaitable.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ def cb(awaitable_inner: pyawaitable.PyAwaitable, result: int) -> int:
await awaitable


"""
@limit_leaks(LEAK_LIMIT)
@pytest.mark.asyncio
async def test_await_cb_err_restore():
Expand All @@ -152,6 +150,8 @@ def cb_err(awaitable_inner: pyawaitable.PyAwaitable, err: Exception) -> int:

assert called is True

"""
@limit_leaks(LEAK_LIMIT)
@pytest.mark.asyncio
async def test_await_cb_err_norestore():
Expand Down

0 comments on commit b59acac

Please sign in to comment.