Skip to content

Commit f222896

Browse files
Update tests/test_asyncio/test_commands.py
Fix spelling error. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1075507 commit f222896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3679,7 +3679,7 @@ async def test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots(
36793679
r, res, expected_entries
36803680
)
36813681

3682-
# validate PEL still holds the messages until they are acknoledged
3682+
# validate PEL still holds the messages until they are acknowledged
36833683
response = await r.xpending_range(stream_1, group, min="-", max="+", count=5)
36843684
assert len(response) == 3
36853685
response = await r.xpending_range(stream_2, group, min="-", max="+", count=5)

0 commit comments

Comments
 (0)