fix compilation error (expectNoMsg) (#24312)

This commit is contained in:
Patrik Nordwall 2018-01-15 17:15:45 +01:00 committed by Johan Andrén
parent ed9ece49c4
commit fb72274b71

View file

@ -192,7 +192,7 @@ class BasicClusterManualSpec extends WordSpec with ScalaFutures with Eventually
cluster1.manager ! Down(cluster3.selfMember.address)
testProbe.expectMsgType[MemberRemoved](10.seconds).member.address shouldEqual cluster3.selfMember.address
testProbe.expectNoMsg(1000.millis)
testProbe.expectNoMessage()
} finally {
system1.terminate().futureValue
system2.terminate().futureValue