Add parentheses to startCoroner method call (#23599)
because we call it because of its side-effects
This commit is contained in:
parent
6a464c474a
commit
e59cead2a0
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ abstract class AkkaSpec(_system: ActorSystem)
|
||||||
override val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected = true
|
override val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected = true
|
||||||
|
|
||||||
final override def beforeAll {
|
final override def beforeAll {
|
||||||
startCoroner
|
startCoroner()
|
||||||
atStartup()
|
atStartup()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue