Skip to content

Commit

Permalink
fix(datastore) Missed a function name change during merge (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuliano authored Jul 16, 2020
1 parent 0d560a6 commit 3fde34c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3fde34c

Please sign in to comment.