Skip to content

Commit

Permalink
fix spelling issue
Browse files Browse the repository at this point in the history
Signed-off-by: hwware <wen.hui.ware@gmail.com>
  • Loading branch information
hwware committed Aug 12, 2024
1 parent 1711263 commit 211d133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sentinel/tests/15-sentinel-deprecated-commands.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test "SENTINEL SLAVES returns a list of the monitored slaves (SENTINEL SLAVES as
assert_morethan_equal [llength [S 0 SENTINEL SLAVES mymaster]] 1
}

test "SENTINEL MASTER returns the infomation list of the monitored master (SENTINEL MASTER as a deprecated command)" {
test "SENTINEL MASTER returns the information list of the monitored master (SENTINEL MASTER as a deprecated command)" {
set info [S 0 SENTINEL MASTER mymaster]
assert_equal mymaster [dict get $info name]
}
Expand Down

0 comments on commit 211d133

Please sign in to comment.