Skip to content

Commit

Permalink
fix:black
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Aug 3, 2024
1 parent 29b386e commit cd58a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_asyncredis.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ async def test_init_args():
async def test_cause_fakeredis_bug(async_redis):
if sys.version_info < (3, 11):
return

async def worker_task():
assert await async_redis.rpush("list1", "list1_val") == 1 # 1
assert await async_redis.blpop("list2") == (b"list2", b"list2_val") # 4
Expand Down

0 comments on commit cd58a7c

Please sign in to comment.