summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2020-03-31 12:09:38 +0200
committerantirez <antirez@gmail.com>2020-03-31 12:09:38 +0200
commit4379b8b411e4940f137623984e2931f0448b4e89 (patch)
treecef20b0ec31210fd348e70a124e17fa37d8f8534
parent95f154985c31d3925d6d8d296b44df43735622fc (diff)
downloadredis-fix-double-multi.tar.gz
Fix the propagate Tcl test after module changes.fix-double-multi
-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."
}