Skip to content

Commit

Permalink
just check for close
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Dec 23, 2024
1 parent 009cbb5 commit 289ed25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/trio/_core/_tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,6 @@ def check(
):
pass # pragma: no cover
check(expected_monitors=1, expected_readers=1, expected_writers=0)
b1.send(b"\x00")
with trio.fail_after(1):
await q.receive()

_core.notify_closing(a1)
a1.close()
with trio.fail_after(1):
Expand Down

0 comments on commit 289ed25

Please sign in to comment.