Skip to content

Commit 2cd210b

Browse files
Update tests/test_commands.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 09de740 commit 2cd210b

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
@@ -5257,7 +5257,7 @@ def test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots(self, r
52575257
r.xgroup_create(stream_2, group, 0)
52585258

52595259
# read all the messages - this will save the msgs in PEL
5260-
res = r.xreadgroup(group, consumer_1, streams={stream_1: ">", stream_2: ">"})
5260+
r.xreadgroup(group, consumer_1, streams={stream_1: ">", stream_2: ">"})
52615261

52625262
# wait for 100ms - so that the messages would have been in the PEL for long enough
52635263
time.sleep(0.1)

0 commit comments

Comments
 (0)