Renaming JavaAPI.java:mustAcceptSingleArgTryTell to mustAcceptSingleArgTell

This commit is contained in:
Viktor Klang 2011-10-29 11:35:01 +02:00
parent 24bac14afc
commit a52e0fa997

View file

@ -25,7 +25,7 @@ public class JavaAPI {
assertNotNull(ref);
}
@Test void mustAcceptSingleArgTryTell() {
@Test void mustAcceptSingleArgTell() {
ActorRef ref = app.actorOf(JavaAPITestActor.class);
ref.tell("hallo");
ref.tell("hallo", ref);