[docs] added notes where the code was unclear for beginners (#24757)
* [docs] added notes where the code was unclear for beginners * Update stream-graphs.md
This commit is contained in:
parent
4cbc0494ca
commit
ea9b7c9971
2 changed files with 9 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ class TestKitDocSpec extends AkkaSpec with DefaultTimeout with ImplicitSender {
|
|||
val probe = new TestProbe(system) {
|
||||
def expectUpdate(x: Int) = {
|
||||
expectMsgPF() {
|
||||
case Update(id, _) if id == x ⇒ true
|
||||
case Update(id, _) if id == x ⇒ ()
|
||||
}
|
||||
sender() ! "ACK"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue