From 97216e78ffee466364ee17c8eac1bebe589ba1d2 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sat, 18 Feb 2023 13:15:50 +0100 Subject: [PATCH] fix(tests): add license field to frontmatter Signed-off-by: Erik Michelson --- .../reducers/build-state-from-set-note-data-from-server.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/redux/note-details/reducers/build-state-from-set-note-data-from-server.test.ts b/frontend/src/redux/note-details/reducers/build-state-from-set-note-data-from-server.test.ts index 0cefbe2f0..7d3e9b509 100644 --- a/frontend/src/redux/note-details/reducers/build-state-from-set-note-data-from-server.test.ts +++ b/frontend/src/redux/note-details/reducers/build-state-from-set-note-data-from-server.test.ts @@ -85,6 +85,7 @@ describe('build state from set note data from server', () => { tags: [], robots: '', lang: 'en', + license: '', dir: NoteTextDirection.LTR, newlinesAreBreaks: true, GA: '',