fix compilation error (expectNoMsg) (#24312)
This commit is contained in:
parent
ed9ece49c4
commit
fb72274b71
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue