Skip to content

Commit 330d463

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

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
@@ -3800,7 +3800,7 @@ async def test_xreadgroup_with_claim_min_idle_time_multiple_streams(self, r):
38003800
r, res, expected_entries
38013801
)
38023802

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

0 commit comments

Comments
 (0)