Skip to content

Commit

Permalink
Don't try to delete Quick Start Guide items in test
Browse files Browse the repository at this point in the history
We don't create these items anymore.
  • Loading branch information
dstillman committed Oct 27, 2017
1 parent 15942b9 commit 34028d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests/syncEngineTest.js
Expand Up @@ -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 = {};

Expand Down

0 comments on commit 34028d3

Please sign in to comment.