Fix Java Doc test for actorRefWithAck (#25079)
This commit is contained in:
parent
ea84b8d469
commit
9869c2355e
2 changed files with 28 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue