fix 2.13 compilation error, SortedSet, #26382
This commit is contained in:
parent
603ed4dcd8
commit
a5209919d4
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class ClusterSingletonManagerDownedSpec extends MultiNodeSpec(ClusterSingletonMa
|
|||
within(15.seconds) {
|
||||
awaitAssert {
|
||||
cluster.state.members.size should ===(3)
|
||||
cluster.state.members.map(_.status) should ===(Set(MemberStatus.Up))
|
||||
cluster.state.members.unsorted.map(_.status) should ===(Set(MemberStatus.Up))
|
||||
}
|
||||
}
|
||||
runOn(first) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue