Fix typo in test name

This commit is contained in:
Arnout Engelen 2017-05-15 08:46:04 +02:00
parent 60018d33e8
commit cf282f9a43

View file

@ -102,7 +102,7 @@ public class DeviceGroupTest extends JUnitSuite {
} }
@Test @Test
public void teestListActiveDevicesAfterOneShutsDown() { public void testListActiveDevicesAfterOneShutsDown() {
TestKit probe = new TestKit(system); TestKit probe = new TestKit(system);
ActorRef groupActor = system.actorOf(DeviceGroup.props("group")); ActorRef groupActor = system.actorOf(DeviceGroup.props("group"));