Skip to content

Commit 516d109

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

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
@@ -3627,7 +3627,7 @@ async def test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots(
36273627
await r.xgroup_create(stream_2, group, 0)
36283628

36293629
# read all the messages - this will save the msgs in PEL
3630-
res = await r.xreadgroup(
3630+
await r.xreadgroup(
36313631
group, consumer_1, streams={stream_1: ">", stream_2: ">"}
36323632
)
36333633

0 commit comments

Comments
 (0)