Fixed test for Welcome notebook

pull/1612/head
Laurent Cozic 2019-05-28 18:17:59 +01:00
parent 04c6579f2c
commit 3ba021fdd9
1 changed files with 0 additions and 5 deletions

View File

@ -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 () => {