diff --git a/test/tests/syncRunnerTest.js b/test/tests/syncRunnerTest.js index 65721982e..f92e159d2 100644 --- a/test/tests/syncRunnerTest.js +++ b/test/tests/syncRunnerTest.js @@ -417,11 +417,6 @@ describe("Zotero.Sync.Runner", function () { yield Zotero.Libraries.init(); }) - after(function* () { - yield resetDB({ - thisArg: this - }); - }) it("should perform a sync across all libraries and update library versions", function* () { yield Zotero.Users.setCurrentUserID(1);