Mendeley Import: Test skipping mismatched annotations
This commit is contained in:
parent
f10649483e
commit
7664fedf70
2 changed files with 34 additions and 1 deletions
|
@ -156,7 +156,7 @@ describe('Zotero_Import_Mendeley', function () {
|
|||
assert.lengthOf(withpdf.getAttachments(), 1);
|
||||
assert.equal(pdf.parentID, withpdf.id);
|
||||
const annotations = await pdf.getAnnotations();
|
||||
assert.lengthOf(annotations, 4);
|
||||
assert.equal(annotations.length, 4);
|
||||
|
||||
// collection
|
||||
const parentCollection = await Zotero.Collections.getAsync(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue