summaryrefslogtreecommitdiff
path: root/tests/test_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_commands.py')
-rw-r--r--tests/test_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index 897fcce..b28b63e 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -1379,6 +1379,7 @@ class TestRedisCommands:
) == {"len": len(res), "matches": [[4, (4, 7), (5, 8)]]}
@skip_if_server_version_lt("6.0.0")
+ @skip_if_server_version_gte("7.0.0")
def test_stralgo_negative(self, r):
with pytest.raises(exceptions.DataError):
r.stralgo("ISSUB", "value1", "value2")