We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b16fd commit 28bb14eCopy full SHA for 28bb14e
1 file changed
tests/test_correctness.py
@@ -66,6 +66,3 @@ async def append_records() -> None:
66
async with asyncio.TaskGroup() as task_group:
67
task_group.create_task(read_records())
68
task_group.create_task(append_records())
69
-
70
- tail = await stream.check_tail()
71
- assert tail.seq_num == TOTAL_RECORDS
0 commit comments