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:
Dan Stillman 2021-03-03 09:06:42 -05:00
parent 8c1f10c782
commit 2cea1a50f5

View file

@ -2136,7 +2136,6 @@ describe("Zotero.Translate.ItemGetter", function() {
break; break;
} }
} }
assert.equal(getter.numItems, 1);
}); });
}); });