We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f506b commit acb4d42Copy full SHA for acb4d42
tests/test_asyncio/test_commands.py
@@ -1089,7 +1089,7 @@ async def test_delex_ifne(self, r):
1089
assert await r.get("k2") == b"abc"
1090
1091
@skip_if_server_version_lt("8.3.224")
1092
- async def test_delex_with_conditionon_nonstring_values(self, r):
+ async def test_delex_with_condition_on_nonstring_values(self, r):
1093
await r.lpush("nk", "x")
1094
with pytest.raises(redis.ResponseError):
1095
await r.delex("nk", ifeq=b"x")
0 commit comments