fixed test

This commit is contained in:
Michael Kober 2010-09-30 08:40:42 +02:00
parent a85081065a
commit 26dc0904c1

View file

@ -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") {