Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Oct 5, 2018
1 parent 55eac43 commit 9600a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trio/tests/test_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ async def consumer(receive_channel, i):
assert len(received) == 10
assert set(received) == set(range(10))


async def test_close_basics():
async def send_block(s, expect):
with pytest.raises(expect):
Expand Down

0 comments on commit 9600a1c

Please sign in to comment.