Skip to content

Commit 7599887

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ def test_delex_ifne(self, r):
15581558
assert r.get("k2") == b"abc"
15591559

15601560
@skip_if_server_version_lt("8.3.224")
1561-
def test_delex_with_conditionon_nonstring_values(self, r):
1561+
def test_delex_with_condition_on_nonstring_values(self, r):
15621562
r.lpush("nk", "x")
15631563
with pytest.raises(redis.ResponseError):
15641564
r.delex("nk", ifeq=b"x")

0 commit comments

Comments
 (0)