Add missing yield in sync code

This commit is contained in:
Dan Stillman 2019-05-26 03:53:57 -04:00
parent 7ed0d8a408
commit f04f186396
2 changed files with 2 additions and 2 deletions

View file

@ -3853,7 +3853,7 @@ describe("Zotero.Sync.Data.Engine", function () {
assert.ok(yield Zotero.Sync.Data.Local.getDateDeleted('item', libraryID, key));
});
it("should handle remote move to trash and local deletion", function* () {
it("should delete locally trashed item on remote deletion", function* () {
var libraryID = Zotero.Libraries.userLibraryID;
({ engine, client, caller } = yield setup());
var type = 'item';