Skip to content

Commit 582254d

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 516d109 commit 582254d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_asyncio/test_commands.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3690,9 +3690,6 @@ async def test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots(
36903690
await r.xadd(stream_2, {"key_m6": "val_m6"})
36913691

36923692
# read all the messages - this will save the msgs in PEL
3693-
res = await r.xreadgroup(
3694-
group, consumer_1, streams={stream_1: ">", stream_2: ">"}
3695-
)
36963693

36973694
# add 2 more messages
36983695
m7 = await r.xadd(stream_1, {"key_m7": "val_m7"})

0 commit comments

Comments
 (0)