Commit b54426a4 authored by AmiableAnil's avatar AmiableAnil
Browse files

Issue #SB-0000: Fixed unit test.

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -23,6 +23,7 @@ class TestModule extends AbstractModule with AkkaGuiceSupport {
bindActor(classOf[TestActor], ActorNames.EVENT_ACTOR)
bindActor(classOf[TestActor], ActorNames.OBJECT_ACTOR)
bindActor(classOf[TestActor], ActorNames.COLLECTION_CSV_ACTOR)
bindActor(classOf[TestActor], ActorNames.MOVIE_ACTOR)
println("Test Module is initialized...")
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment