Spell BehaviorTestKit correctly

This commit is contained in:
Arnout Engelen 2019-10-04 10:29:53 +02:00
parent 749c5191c9
commit 5aeb170fff
No known key found for this signature in database
GPG key ID: BB8C0F854A1E2105

View file

@ -196,7 +196,7 @@ class BehaviorTestKitSpec extends WordSpec with Matchers with LogCapturing {
} }
} }
"BehaviorTestkit's spawn" must { "BehaviorTestKit's spawn" must {
"create children when no props specified" in { "create children when no props specified" in {
val testkit = BehaviorTestKit[Father.Command](Father.init) val testkit = BehaviorTestKit[Father.Command](Father.init)
testkit.run(SpawnChildren(2)) testkit.run(SpawnChildren(2))