Skip to content

Commit 09de740

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

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
@@ -5356,7 +5356,7 @@ def test_xreadgroup_with_claim_min_idle_time_multiple_streams(self, r):
53565356
r.xgroup_create(stream_2, group, 0)
53575357

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

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

0 commit comments

Comments
 (0)