Added parens to stop
This commit is contained in:
parent
087191f19f
commit
3c8e375f30
40 changed files with 151 additions and 151 deletions
|
|
@ -98,7 +98,7 @@ trait TestKit {
|
|||
* Stop test actor. Should be done at the end of the test unless relying on
|
||||
* test actor timeout.
|
||||
*/
|
||||
def stopTestActor { testActor.stop }
|
||||
def stopTestActor { testActor.stop() }
|
||||
|
||||
/**
|
||||
* Set test actor timeout. By default, the test actor shuts itself down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue