Add field name to assertion in annotation clone test
This commit is contained in:
parent
45968375d8
commit
8c341f2e26
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ describe("Zotero.Item", function () {
|
|||
.filter(field => field.startsWith('annotation'));
|
||||
assert.isAbove(fields.length, 0);
|
||||
for (let field of fields) {
|
||||
assert.equal(annotation[field], newAnnotation[field]);
|
||||
assert.equal(annotation[field], newAnnotation[field], field);
|
||||
}
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue