Fix Java Doc test for actorRefWithAck (#25079)

This commit is contained in:
Arnout Engelen 2018-05-15 11:52:07 +02:00 committed by GitHub
parent ea84b8d469
commit 9869c2355e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 8 deletions

View file

@ -224,11 +224,12 @@ class IntegrationDocSpec extends AkkaSpec(IntegrationDocSpec.config) {
words
.map(_.toLowerCase)
.runWith(sink)
//#actorRefWithAck
probe.expectMsg("Stream initialized!")
probe.expectMsg("hello")
probe.expectMsg("hi")
probe.expectMsg("Stream completed!")
//#actorRefWithAck
}
//#actorRefWithAck-actor