mirror of
https://github.com/zotero/zotero.git
synced 2026-09-10 22:41:08 +00:00
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
Reference in a new issue