Don't check for .zotero-ft-info in test
No longer created
This commit is contained in:
parent
f95a6d0f0a
commit
43ba4c3620
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ describe("Zotero.FullText", function () {
|
|||
var item = yield Zotero.Attachments.linkFromFile({ file: linkedFile });
|
||||
var storageDir = Zotero.Attachments.getStorageDirectory(item).path;
|
||||
assert.isTrue(yield OS.File.exists(storageDir));
|
||||
assert.isTrue(yield OS.File.exists(OS.Path.join(storageDir, '.zotero-ft-info')));
|
||||
assert.isTrue(yield OS.File.exists(OS.Path.join(storageDir, '.zotero-ft-cache')));
|
||||
assert.isFalse(yield OS.File.exists(OS.Path.join(storageDir, filename)));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue