Skip to content

Commit 803e040

Browse files
Update tests/test_asyncio/test_commands.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 330d463 commit 803e040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3531,7 +3531,7 @@ async def test_xreadgroup_with_claim_min_idle_time(self, r):
35313531
await r.xgroup_create(stream, group, 0)
35323532

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

35363536
# wait for 100ms - so that the messages would have been in the PEL for long enough
35373537
await asyncio.sleep(0.1)

0 commit comments

Comments
 (0)