Fix retraction test

This commit is contained in:
Dan Stillman 2019-07-04 07:58:56 -04:00
parent e1e5039111
commit 82e7f67df8

View file

@ -357,7 +357,7 @@ describe("Retractions", function() {
var spies = [
sinon.spy(Zotero.Retractions, '_removeAllEntries'),
sinon.spy(Zotero.Retractions, 'getData')
sinon.spy(Zotero.Retractions, 'isRetracted')
];
Zotero.Prefs.set('retractions.enabled', false);