Skip to content

Commit 04b8d34

Browse files
authored
Marking STRALGO as prior to redis 7 (#1829)
1 parent 83570a7 commit 04b8d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ def test_setrange(self, r):
13461346
assert r["a"] == b"abcdef12345"
13471347

13481348
@skip_if_server_version_lt("6.0.0")
1349+
@skip_if_server_version_gte("7.0.0")
13491350
def test_stralgo_lcs(self, r):
13501351
key1 = "{foo}key1"
13511352
key2 = "{foo}key2"

0 commit comments

Comments
 (0)