Skip to content

Commit 1075507

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

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
@@ -3556,7 +3556,7 @@ async def test_xreadgroup_with_claim_min_idle_time(self, r):
35563556
r, res, expected_entries
35573557
)
35583558

3559-
# validate PEL still holds the messages until they are acknoledged
3559+
# validate PEL still holds the messages until they are acknowledged
35603560
response = await r.xpending_range(stream, group, min="-", max="+", count=5)
35613561
assert len(response) == 4
35623562

0 commit comments

Comments
 (0)