From f034dec5d0a98a80b3a56b5da8bb9705df70d8ad Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Fri, 28 Feb 2020 23:00:06 +0900 Subject: [PATCH] Fix test --- test/unit/containers/sound-editor.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/containers/sound-editor.test.jsx b/test/unit/containers/sound-editor.test.jsx index 4e4c967ec..ea0a4269f 100644 --- a/test/unit/containers/sound-editor.test.jsx +++ b/test/unit/containers/sound-editor.test.jsx @@ -35,7 +35,7 @@ describe('Sound Editor Container', () => { } } }; - store = mockStore({scratchGui: {vm: vm}}); + store = mockStore({scratchGui: {vm: vm, mode: {isFullScreen: false}}}); }); test('should pass the correct data to the component from the store', () => { -- GitLab