Fix Add Item by Identifier test failure due to capitalization change
This commit is contained in:
parent
3aefcdf2d9
commit
3c82263082
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ describe("Add Item by Identifier", function() {
|
||||||
// Fallback translator
|
// Fallback translator
|
||||||
var ids = yield lookupIdentifier(win, "10.5281/zenodo.55073");
|
var ids = yield lookupIdentifier(win, "10.5281/zenodo.55073");
|
||||||
var item = Zotero.Items.get(ids[0]);
|
var item = Zotero.Items.get(ids[0]);
|
||||||
assert.equal(item.getField("title"), "Comparison of Spectral Methods Through the Adjacency Matrix and the Laplacian of a Graph");
|
assert.equal(item.getField("title"), "Comparison Of Spectral Methods Through The Adjacency Matrix And The Laplacian Of A Graph");
|
||||||
assert.isTrue(item.inCollection(col.id));
|
assert.isTrue(item.inCollection(col.id));
|
||||||
});
|
});
|
||||||
});
|
});
|
Loading…
Add table
Add a link
Reference in a new issue