=tes Use ConversionCheckedTripleEquals
This commit is contained in:
parent
142d9a51af
commit
30df518421
196 changed files with 2275 additions and 2266 deletions
|
|
@ -53,7 +53,7 @@ abstract class ClientDowningNodeThatIsUnreachableSpec(multiNodeConfig: ClientDow
|
|||
enterBarrier("down-third-node")
|
||||
|
||||
awaitMembersUp(numberOfMembers = 3, canNotBePartOfMemberRing = Set(thirdAddress))
|
||||
clusterView.members.exists(_.address == thirdAddress) should be(false)
|
||||
clusterView.members.exists(_.address == thirdAddress) should ===(false)
|
||||
}
|
||||
|
||||
runOn(third) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue