Skip to content

Commit 0b25a99

Browse files
Update tests/test_commands.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a8c96e6 commit 0b25a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5188,7 +5188,7 @@ def test_xreadgroup_with_claim_min_idle_time(self, r):
51885188
r, res, expected_entries
51895189
)
51905190

5191-
# validate PEL still holds the messages until they are acknoledged
5191+
# validate PEL still holds the messages until they are acknowledged
51925192
response = r.xpending_range(stream, group, min="-", max="+", count=5)
51935193
assert len(response) == 4
51945194

0 commit comments

Comments
 (0)