Fix typo in ShardingCompileOnlyTest.java (#26801)
This commit is contained in:
parent
98d7ee8928
commit
455e819f90
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ public class ShardingCompileOnlyTest {
|
|||
// #init
|
||||
|
||||
// #send
|
||||
EntityRef<CounterCommand> counterOne = sharding.entityRefFor(typeKey, "counter-`");
|
||||
EntityRef<CounterCommand> counterOne = sharding.entityRefFor(typeKey, "counter-1");
|
||||
counterOne.tell(new Increment());
|
||||
|
||||
shardRegion.tell(new ShardingEnvelope<>("counter-1", new Increment()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue