Fix Translate.ItemGetter test
All we care about is whether annotations were excluded, so don't bother counting all items.
This commit is contained in:
parent
8c1f10c782
commit
2cea1a50f5
1 changed files with 0 additions and 1 deletions
|
@ -2136,7 +2136,6 @@ describe("Zotero.Translate.ItemGetter", function() {
|
|||
break;
|
||||
}
|
||||
}
|
||||
assert.equal(getter.numItems, 1);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue