Switched newActor for actorOf
This commit is contained in:
parent
ae6eb54ee9
commit
6b30bc8c4f
37 changed files with 160 additions and 160 deletions
|
|
@ -33,7 +33,7 @@ class BasicAuthenticatorSpec extends junit.framework.TestCase
|
|||
with Suite with MockitoSugar with MustMatchers {
|
||||
import BasicAuthenticatorSpec._
|
||||
|
||||
val authenticator = newActor[BasicAuthenticator]
|
||||
val authenticator = actorOf[BasicAuthenticator]
|
||||
authenticator.start
|
||||
|
||||
@Test def testChallenge = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue