Skip to content

Commit acb4d42

Browse files
Update tests/test_asyncio/test_commands.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 45f506b commit acb4d42

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
@@ -1089,7 +1089,7 @@ async def test_delex_ifne(self, r):
10891089
assert await r.get("k2") == b"abc"
10901090

10911091
@skip_if_server_version_lt("8.3.224")
1092-
async def test_delex_with_conditionon_nonstring_values(self, r):
1092+
async def test_delex_with_condition_on_nonstring_values(self, r):
10931093
await r.lpush("nk", "x")
10941094
with pytest.raises(redis.ResponseError):
10951095
await r.delex("nk", ifeq=b"x")

0 commit comments

Comments
 (0)