Update full-text sync tests after 2ecfff6681
This commit is contained in:
parent
2ecfff6681
commit
39a2445d74
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ describe("Zotero.Sync.Data.FullTextEngine", function () {
|
|||
yield attachment.saveTx();
|
||||
|
||||
var content = generateContent()
|
||||
var spy = sinon.spy(Zotero.Fulltext, "startContentProcessor")
|
||||
var spy = sinon.spy(Zotero.Fulltext, "registerContentProcessor")
|
||||
|
||||
var itemFullTextVersion = 10;
|
||||
var libraryVersion = 15;
|
||||
|
@ -146,7 +146,7 @@ describe("Zotero.Sync.Data.FullTextEngine", function () {
|
|||
yield attachment.saveTx();
|
||||
|
||||
content = generateContent()
|
||||
spy = sinon.spy(Zotero.Fulltext, "startContentProcessor")
|
||||
spy = sinon.spy(Zotero.Fulltext, "registerContentProcessor")
|
||||
|
||||
itemFullTextVersion = 17;
|
||||
var lastLibraryVersion = libraryVersion;
|
||||
|
|
Loading…
Reference in a new issue