mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
makes test_mplex_stream.py::test_mplex_stream_read_write work
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user