Skip to content

Commit 28bb14e

Browse files
authored
test: remove check tail assertion from correctness test (#55)
1 parent d7b16fd commit 28bb14e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/test_correctness.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,3 @@ async def append_records() -> None:
6666
async with asyncio.TaskGroup() as task_group:
6767
task_group.create_task(read_records())
6868
task_group.create_task(append_records())
69-
70-
tail = await stream.check_tail()
71-
assert tail.seq_num == TOTAL_RECORDS

0 commit comments

Comments
 (0)