Fix the propagate Tcl test after module changes.

This commit is contained in:
antirez 2020-03-31 12:09:38 +02:00
parent 95f154985c
commit 4379b8b411

View File

@ -20,7 +20,7 @@ tags "modules" {
wait_for_condition 5000 10 {
([$replica get timer] eq "10") && \
([$replica get thread] eq "10")
([$replica get a-from-thread] eq "10")
} else {
fail "The two counters don't match the expected value."
}