From 3ba021fdd9e84060ba6e6722f800c884a4846fc9 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 28 May 2019 18:17:59 +0100 Subject: [PATCH] Fixed test for Welcome notebook --- CliClient/tests/synchronizer.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CliClient/tests/synchronizer.js b/CliClient/tests/synchronizer.js index 3d1f68274..4c3af30f0 100644 --- a/CliClient/tests/synchronizer.js +++ b/CliClient/tests/synchronizer.js @@ -1170,11 +1170,6 @@ describe('Synchronizer', function() { const f1_1 = await Folder.load(f1.id); expect(f1_1.title).toBe('Welcome MOD'); - - // Now check that it created the duplicate tag - - const tags = await Tag.modelSelectAll('SELECT * FROM tags WHERE title = "organising"'); - expect(tags.length).toBe(2); })); it("should not save revisions when updating a note via sync", asyncTest(async () => {