From 26dc0904c1b83d140fa0a3d4b97aacaab09f0e86 Mon Sep 17 00:00:00 2001 From: Michael Kober Date: Thu, 30 Sep 2010 08:40:42 +0200 Subject: [PATCH] fixed test --- .../src/test/scala/actor/typed-actor/TypedActorSpec.scala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/akka-typed-actor/src/test/scala/actor/typed-actor/TypedActorSpec.scala b/akka-typed-actor/src/test/scala/actor/typed-actor/TypedActorSpec.scala index fa923cc566..13c8c8e1fa 100644 --- a/akka-typed-actor/src/test/scala/actor/typed-actor/TypedActorSpec.scala +++ b/akka-typed-actor/src/test/scala/actor/typed-actor/TypedActorSpec.scala @@ -70,10 +70,6 @@ class TypedActorSpec extends ActorRegistry.shutdownAll } - override def afterAll() { - ActorRegistry.shutdownAll - } - describe("TypedActor") { it("should resolve Future return from method defined to return a Future") {