Skip to content

Commit

Permalink
fix:test
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 14, 2023
1 parent 98a8bc4 commit 99ab591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_redis_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async def test_syntax_error(req_aioredis2: redis.asyncio.Redis):

@testtools.run_test_if_lupa
class TestScripts:
async def test_no_script_error(req_aioredis2: redis.asyncio.Redis):
async def test_no_script_error(self, req_aioredis2: redis.asyncio.Redis):
with pytest.raises(redis.exceptions.NoScriptError):
await req_aioredis2.evalsha('0123456789abcdef0123456789abcdef', 0)

Expand Down

0 comments on commit 99ab591

Please sign in to comment.