Rename ErrorClose event to ErrorClosed
This commit is contained in:
parent
7761b00122
commit
385fd322c9
4 changed files with 8 additions and 8 deletions
|
|
@ -28,7 +28,7 @@ class IntegrationSpec extends AkkaSpec("akka.loglevel = INFO") with IntegrationS
|
|||
val (clientHandler, clientConnection, serverHandler, serverConnection) = establishNewClientConnection()
|
||||
clientHandler.send(clientConnection, Abort)
|
||||
clientHandler.expectMsg(Aborted)
|
||||
serverHandler.expectMsgType[ErrorClose]
|
||||
serverHandler.expectMsgType[ErrorClosed]
|
||||
verifyActorTermination(clientConnection)
|
||||
verifyActorTermination(serverConnection)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue