Skip to content

Commit ebd4812

Browse files
committed
Fix skip test condition
1 parent af20921 commit ebd4812

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
@@ -4724,7 +4724,7 @@ def test_xgroup_setid(self, r):
47244724
]
47254725
assert r.xinfo_groups(stream) == expected
47264726

4727-
@skip_if_server_version_lt("2")
4727+
@skip_if_server_version_lt("8.2.2")
47284728
def test_xgroup_setid_fixed_max_entries_read(self, r):
47294729
stream = "stream"
47304730
group = "group"

0 commit comments

Comments
 (0)