summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxhe <xw897002528@gmail.com>2020-12-24 16:50:08 +0800
committerxhe <xw897002528@gmail.com>2020-12-24 16:50:08 +0800
commit60f13e7a865f7c0d4908b25803f42058c7a19201 (patch)
treea0dd09df1eab4e9e6f1366401ad5b0bef13f0995 /tests
parent50d750733e52dd9fff26fbcf8274d8d6c81ebfca (diff)
downloadredis-60f13e7a865f7c0d4908b25803f42058c7a19201.tar.gz
try to fix the test
Signed-off-by: xhe <xw897002528@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/tracking.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/tracking.tcl b/tests/unit/tracking.tcl
index deecc1d06..4d7da755d 100644
--- a/tests/unit/tracking.tcl
+++ b/tests/unit/tracking.tcl
@@ -146,13 +146,13 @@ start_server {tags {"tracking"}} {
assert {[lindex $reply 2] eq {proto 3}}
set reply [r HELLO 2]
- assert {[lindex $reply 2] eq {proto 2}}
+ assert {[lindex $reply 6] eq 2}
set reply [r HELLO]
- assert {[lindex $reply 2] eq {proto 2}}
+ assert {[lindex $reply 6] eq 2}
set reply [r HELLO]
- assert {[lindex $reply 2] eq {proto 2}}
+ assert {[lindex $reply 6] eq 2}
}
test {RESP3 based basic invalidation} {