Fix test from 28ea77dae
This commit is contained in:
parent
28ea77dae1
commit
f1816c12ad
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ describe("Zotero.Schema", function() {
|
|||
var creators = item.getCreators();
|
||||
assert.lengthOf(creators, 2);
|
||||
assert.equal(item.itemTypeID, Zotero.ItemTypes.getID('book'));
|
||||
assert.equal(item.getField('extra'), 'type: dataset');
|
||||
assert.equal(item.getField('extra'), 'type: invalid');
|
||||
assert.isTrue(item.synced);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue