From b3d07a5ddfeeaaa005a47d5147e7eca858ca680e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 6 Apr 2024 16:12:15 -0400 Subject: [PATCH] Remove `initPDFToolsPath()` call --- test/content/runtests.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/content/runtests.js b/test/content/runtests.js index f471d448fb..9019b85d37 100644 --- a/test/content/runtests.js +++ b/test/content/runtests.js @@ -288,8 +288,6 @@ if(run) { var dbFile = Zotero.DataDirectory.getDatabase(); await IOUtils.copy(dbFile, dbFile + '-test-template'); - initPDFToolsPath(); - return mocha.run(); }; }