diff --git a/test/unit/containers/sound-editor.test.jsx b/test/unit/containers/sound-editor.test.jsx index 4e4c967ec9cc71dc6631410ce5b250f4347d7891..ea0a4269f95ca9d310a6a2e4a2ad2a407a11ed21 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', () => {