Class name typo in the testing documentation
The section Watching ... from Probes references class TestKit where TestProbe should be used.
This commit is contained in:
parent
3fdf20dfc6
commit
c255ec104a
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ above; just use the power!
|
|||
Watching Other Actors from Probes
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
A :class:`TestKit` can register itself for DeathWatch of any other actor:
|
||||
A :class:`TestProbe` can register itself for DeathWatch of any other actor:
|
||||
|
||||
.. includecode:: code/docs/testkit/TestkitDocSpec.scala
|
||||
:include: test-probe-watch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue