Revert "closes #2019: Use parentheses for arity-0 methods which are not referentially transparent"
This reverts commit 8dbfbbe966.
This commit is contained in:
parent
1639028a78
commit
afd81d8506
40 changed files with 110 additions and 110 deletions
|
|
@ -173,7 +173,7 @@ class TestActorRefSpec extends AkkaSpec("disp1.type=Dispatcher") with BeforeAndA
|
|||
expectMsgPF(5 seconds) {
|
||||
case Terminated(`a`) ⇒ true
|
||||
}
|
||||
a.isTerminated() must be(true)
|
||||
a.isTerminated must be(true)
|
||||
assertThread
|
||||
}
|
||||
}
|
||||
|
|
@ -249,7 +249,7 @@ class TestActorRefSpec extends AkkaSpec("disp1.type=Dispatcher") with BeforeAndA
|
|||
"proxy receive for the underlying actor" in {
|
||||
val ref = TestActorRef[WorkerActor]
|
||||
ref.receive("work")
|
||||
ref.isTerminated() must be(true)
|
||||
ref.isTerminated must be(true)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue