From 4379b8b411e4940f137623984e2931f0448b4e89 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 31 Mar 2020 12:09:38 +0200 Subject: Fix the propagate Tcl test after module changes. --- tests/unit/moduleapi/propagate.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/moduleapi/propagate.tcl b/tests/unit/moduleapi/propagate.tcl index 71307ce33..73f795c71 100644 --- a/tests/unit/moduleapi/propagate.tcl +++ b/tests/unit/moduleapi/propagate.tcl @@ -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." } -- cgit v1.2.1