We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcfc3d commit 0e27228Copy full SHA for 0e27228
tests/test_queue.py
@@ -28,8 +28,3 @@ async def test_get():
28
rq = RoborockQueue(1)
29
await rq.async_put(("test", None), 1)
30
assert await rq.async_get(1) == ("test", None)
31
-
32
33
-@pytest.mark.asyncio
34
-async def test_get():
35
- pass
0 commit comments