Skip to content

Commit eab681d

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

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
@@ -5289,7 +5289,7 @@ def test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots(self, r
52895289
r, res, expected_entries
52905290
)
52915291

5292-
# validate PEL still holds the messages until they are acknoledged
5292+
# validate PEL still holds the messages until they are acknowledged
52935293
response = r.xpending_range(stream_1, group, min="-", max="+", count=5)
52945294
assert len(response) == 3
52955295
response = r.xpending_range(stream_2, group, min="-", max="+", count=5)

0 commit comments

Comments
 (0)