Fix the propagate Tcl test after module changes.

This commit is contained in:
antirez
2020-03-31 16:57:20 +02:00
parent 4f6b6b8008
commit 97b80b57e9
+1 -1
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."
}