From 199f2202e047caf623cc7ebb02af153df05002ec Mon Sep 17 00:00:00 2001 From: ehhc Date: Sat, 19 May 2018 20:43:48 +0200 Subject: [PATCH] deleting a folder should also delete the attachments -> fixe eslint issue --- tests/dataApi/deleteFolder-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dataApi/deleteFolder-test.js b/tests/dataApi/deleteFolder-test.js index ef819247..af901896 100644 --- a/tests/dataApi/deleteFolder-test.js +++ b/tests/dataApi/deleteFolder-test.js @@ -28,7 +28,7 @@ test.beforeEach((t) => { test.serial('Delete a folder', (t) => { const storageKey = t.context.storage.cache.key const folderKey = t.context.storage.json.folders[0].key - let noteKey = undefined + let noteKey const input1 = { type: 'SNIPPET_NOTE',