Miscellaneous tweaks
This commit is contained in:
parent
b66a6b9518
commit
f633db1f01
4 changed files with 5 additions and 3 deletions
|
@ -896,6 +896,7 @@ describe("Zotero.Sync.Data.Engine", function () {
|
|||
yield assert.eventually.ok(Zotero.Searches.getByLibraryAndKeyAsync(userLibraryID, "DDDDDDDD"));
|
||||
yield assert.eventually.ok(Zotero.Items.getByLibraryAndKeyAsync(userLibraryID, "GGGGGGGG"));
|
||||
|
||||
// Check for queued objects
|
||||
var keys = yield Zotero.Sync.Data.Local.getObjectsFromSyncQueue('collection', userLibraryID);
|
||||
assert.sameMembers(keys, ['BBBBBBBB']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue