makes test_mplex_stream.py::test_mplex_stream_read_write work

This commit is contained in:
Chih Cheng Liang
2019-11-19 18:04:48 +08:00
committed by mhchia
parent c55ea0e5bb
commit a397ccdc04
13 changed files with 70 additions and 122 deletions

View File

@ -1,5 +1,6 @@
import trio
import pytest
import trio
from libp2p.utils import TrioQueue
@ -16,4 +17,3 @@ async def test_trio_queue():
result = await nursery.start(queue_get)
assert result == 123