Skip to content

Commit 3fde34c

Browse files
authored
fix(datastore) Missed a function name change during merge (#643)
1 parent 0d560a6 commit 3fde34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-datastore/src/test/java/com/amplifyframework/datastore/syncengine/OrchestratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void itemsPlacedInStorageArePublishedToNetwork() throws AmplifyException
8888
);
8989

9090
// Arrange: storage engine is running
91-
orchestrator.start(EmptyAction.instance()).blockingAwait();
91+
orchestrator.start(EmptyAction.create()).blockingAwait();
9292

9393
// Act: Put BlogOwner into storage, and wait for it to complete.
9494
SynchronousStorageAdapter.delegatingTo(localStorageAdapter).save(susan);

0 commit comments

Comments
 (0)