Add parentheses to startCoroner method call (#23599)

because we call it because of its side-effects
This commit is contained in:
Philippus Baalman 2017-09-05 10:49:06 +02:00 committed by Johan Andrén
parent 6a464c474a
commit e59cead2a0

View file

@ -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()
} }