Skip to content

Commit 2fe6b6b

Browse files
committed
Intentionally fail a test
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 33c5e6d commit 2fe6b6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sentinel/tests/00-base.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test "SENTINEL MYID return the sentinel instance ID" {
4646
test "SENTINEL INFO CACHE returns the cached info" {
4747
set res [S 0 SENTINEL INFO-CACHE mymaster]
4848
assert_morethan_equal [llength $res] 2
49-
assert_equal "mymaster" [lindex $res 0]
49+
assert_equal "mymaster111" [lindex $res 0]
5050

5151
set res [lindex $res 1]
5252
assert_morethan_equal [llength $res] 2

0 commit comments

Comments
 (0)