www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 34028d354e65c512f5e4a1e038f6872b2d56f569
parent 15942b97ae675d8576abac54558eada610e4fbcb
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 27 Oct 2017 01:09:34 -0400

Don't try to delete Quick Start Guide items in test

We don't create these items anymore.

Diffstat:
Mtest/tests/syncEngineTest.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/tests/syncEngineTest.js b/test/tests/syncEngineTest.js @@ -3694,7 +3694,6 @@ describe("Zotero.Sync.Data.Engine", function () { var userLibraryID = Zotero.Libraries.userLibraryID; ({ engine, client, caller } = yield setup()); - yield Zotero.Items.erase([1, 2], { skipDeleteLog: true }); var types = Zotero.DataObjectUtilities.getTypes(); var objects = {};