Rename ActorContext to ActorUtils
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / DistributedDataStoreIntegrationTest.java
index d569f7bedda9ef7dabd8227933da8f6810bb0fe9..a4d6d2caafae5a611a057801e87d5af8f5ad80c8 100644 (file)
@@ -624,8 +624,8 @@ public class DistributedDataStoreIntegrationTest {
 
         try (AbstractDataStore dataStore = testKit.setupAbstractDataStore(testParameter, testName, false, shardName)) {
 
-            final Object result = dataStore.getActorContext().executeOperation(
-                dataStore.getActorContext().getShardManager(), new FindLocalShard(shardName, true));
+            final Object result = dataStore.getActorUtils().executeOperation(
+                dataStore.getActorUtils().getShardManager(), new FindLocalShard(shardName, true));
             assertTrue("Expected LocalShardFound. Actual: " + result, result instanceof LocalShardFound);
 
             // Create the write Tx.