Fix test after 8aeb6f7fe4
This commit is contained in:
parent
8aeb6f7fe4
commit
44d4586242
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ describe("Zotero.Schema", function() {
|
|||
// Existing fields shouldn't be overwritten and should be left in Extra
|
||||
assert.equal(item.getField('numPages'), '10');
|
||||
assert.equal(item.getField('extra'), 'number-of-pages: 11\nThis is another line.');
|
||||
assert.isTrue(item.synced);
|
||||
assert.isFalse(item.synced);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue