Add missing assert
This commit is contained in:
parent
dbac17621f
commit
8c9d40eb00
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ abstract class NodeUpSpec
|
||||||
for (n ← 1 to 20) {
|
for (n ← 1 to 20) {
|
||||||
100.millis.dilated.sleep()
|
100.millis.dilated.sleep()
|
||||||
unexpected.get must be(null)
|
unexpected.get must be(null)
|
||||||
cluster.latestGossip.members.forall(_.status == MemberStatus.Up)
|
cluster.latestGossip.members.forall(_.status == MemberStatus.Up) must be(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
testConductor.enter("after-2")
|
testConductor.enter("after-2")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue