Renaming JavaAPI.java:mustAcceptSingleArgTryTell to mustAcceptSingleArgTell
This commit is contained in:
parent
24bac14afc
commit
a52e0fa997
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public class JavaAPI {
|
||||||
assertNotNull(ref);
|
assertNotNull(ref);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test void mustAcceptSingleArgTryTell() {
|
@Test void mustAcceptSingleArgTell() {
|
||||||
ActorRef ref = app.actorOf(JavaAPITestActor.class);
|
ActorRef ref = app.actorOf(JavaAPITestActor.class);
|
||||||
ref.tell("hallo");
|
ref.tell("hallo");
|
||||||
ref.tell("hallo", ref);
|
ref.tell("hallo", ref);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue