Skip to content

Commit 1709f89

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

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
@@ -5163,7 +5163,7 @@ def test_xreadgroup_with_claim_min_idle_time(self, r):
51635163
r.xgroup_create(stream, group, 0)
51645164

51655165
# read all the messages - this will save the msgs in PEL
5166-
res = r.xreadgroup(group, consumer_1, streams={stream: ">"})
5166+
r.xreadgroup(group, consumer_1, streams={stream: ">"})
51675167

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

0 commit comments

Comments
 (0)