Skip to content

Commit 905d686

Browse files
committed
really fix the eslinter issue... -.-
1 parent 6f52744 commit 905d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dataApi/attachmentManagement.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ it('should delete the correct attachment folder if a note is deleted', function
274274
expect(findStorage.findStorage).toHaveBeenCalledWith(storageKey)
275275
expect(sander.rimrafSync).toHaveBeenCalledWith(expectedPathToBeDeleted)
276276
})
277-
277+
278278
it('should test that deleteAttachmentsNotPresentInNote deletes all unreferenced attachments ', function () {
279279
const dummyStorage = {path: 'dummyStoragePath'}
280280
const noteKey = 'noteKey'

0 commit comments

Comments
 (0)