Fix typo in ShardingCompileOnlyTest.java (#26801)

This commit is contained in:
Johan Östling 2019-04-24 09:30:38 +02:00 committed by Johan Andrén
parent 98d7ee8928
commit 455e819f90

View file

@ -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()));