We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d560a6 commit 3fde34cCopy full SHA for 3fde34c
aws-datastore/src/test/java/com/amplifyframework/datastore/syncengine/OrchestratorTest.java
@@ -88,7 +88,7 @@ public void itemsPlacedInStorageArePublishedToNetwork() throws AmplifyException
88
);
89
90
// Arrange: storage engine is running
91
- orchestrator.start(EmptyAction.instance()).blockingAwait();
+ orchestrator.start(EmptyAction.create()).blockingAwait();
92
93
// Act: Put BlogOwner into storage, and wait for it to complete.
94
SynchronousStorageAdapter.delegatingTo(localStorageAdapter).save(susan);
0 commit comments