summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/unit/moduleapi/propagate.tcl2
1 files changed, 1 insertions, 1 deletions
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."
}