diff --git a/aws-datastore/src/test/java/com/amplifyframework/datastore/syncengine/OrchestratorTest.java b/aws-datastore/src/test/java/com/amplifyframework/datastore/syncengine/OrchestratorTest.java index f5bd665c0f..5efc1868b2 100644 --- a/aws-datastore/src/test/java/com/amplifyframework/datastore/syncengine/OrchestratorTest.java +++ b/aws-datastore/src/test/java/com/amplifyframework/datastore/syncengine/OrchestratorTest.java @@ -88,7 +88,7 @@ public void itemsPlacedInStorageArePublishedToNetwork() throws AmplifyException ); // Arrange: storage engine is running - orchestrator.start(EmptyAction.instance()).blockingAwait(); + orchestrator.start(EmptyAction.create()).blockingAwait(); // Act: Put BlogOwner into storage, and wait for it to complete. SynchronousStorageAdapter.delegatingTo(localStorageAdapter).save(susan);