fix 2.13 compilation error, SortedSet, #26382

This commit is contained in:
Patrik Nordwall 2019-02-15 13:26:10 +01:00
parent 603ed4dcd8
commit a5209919d4

View file

@ -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) {