mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
6 lines
133 B
Tcl
6 lines
133 B
Tcl
test "Sentinels aren't monitoring any master" {
|
|
foreach_sentinel_id id {
|
|
assert {[S $id sentinel masters] eq {}}
|
|
}
|
|
}
|