Skip to content

Commit 1937b38

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

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
@@ -5388,7 +5388,7 @@ def test_xreadgroup_with_claim_min_idle_time_multiple_streams(self, r):
53885388
r, res, expected_entries
53895389
)
53905390

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

0 commit comments

Comments
 (0)