Commit 1f0c0df4 authored by antirez's avatar antirez
Browse files

Fixed assert conditional in ROLE command test.

parent 95b1979c
......@@ -82,7 +82,7 @@ start_server {tags {"repl"}} {
assert {$offset > 0}
assert {[llength $slaves] == 1}
lassign [lindex $slaves 0] master_host master_port slave_offset
assert {$slave_offset < $offset}
assert {$slave_offset <= $offset}
}
test {ROLE in slave reports slave in connected state} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment