Skip to content

Commit 6b8ede5

Browse files
Update tests/test_asyncio/test_commands.py
This assignment to 'res' is unnecessary as it is redefined before this value is used. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 582254d commit 6b8ede5

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
@@ -3745,7 +3745,7 @@ async def test_xreadgroup_with_claim_min_idle_time_multiple_streams(self, r):
37453745
await r.xgroup_create(stream_2, group, 0)
37463746

37473747
# read all the messages - this will save the msgs in PEL
3748-
res = await r.xreadgroup(
3748+
await r.xreadgroup(
37493749
group, consumer_1, streams={stream_1: ">", stream_2: ">"}
37503750
)
37513751

0 commit comments

Comments
 (0)