Fix typo in test name
This commit is contained in:
parent
60018d33e8
commit
cf282f9a43
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue