Hopefully fix "Too many sync requests" after file upload 412
Addresses #1788
This commit is contained in:
parent
5c95d4e0ba
commit
804a898c98
2 changed files with 13 additions and 0 deletions
|
@ -985,6 +985,9 @@ describe("Zotero.Sync.Storage.Mode.ZFS", function () {
|
|||
assert.isFalse(result.localChanges);
|
||||
assert.isFalse(result.remoteChanges);
|
||||
assert.isTrue(result.syncRequired);
|
||||
// Item should be marked for redownloading
|
||||
var versions = yield Zotero.Sync.Data.Local.getObjectsFromSyncQueue('item', item.libraryID);
|
||||
assert.include(versions, item.key);
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue