Fix retraction test
This commit is contained in:
parent
e1e5039111
commit
82e7f67df8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue