Skip to content

Commit 7bb2ffc

Browse files
committed
Make it more clear what's being tested
1 parent 9aa4919 commit 7bb2ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/util/test_async_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ async def test_logcontext_is_not_lost_when_awaiting_on_timeout_cancellation(
280280
self,
281281
) -> None:
282282
"""
283-
Test that the logcontext isn't lost when we `await` the deferred to
284-
complete/timeout and it times out.
283+
Test that the logcontext isn't lost when we `await make_deferred_yieldable(...)`
284+
the deferred to complete/timeout and it times out.
285285
"""
286286

287287
# Sanity check that we start in the sentinel context

0 commit comments

Comments
 (0)