diff --git a/src/editors/data/redux/problem/reducers.test.js b/src/editors/data/redux/problem/reducers.test.js index 3e4e3b881..737404097 100644 --- a/src/editors/data/redux/problem/reducers.test.js +++ b/src/editors/data/redux/problem/reducers.test.js @@ -41,14 +41,6 @@ describe('problem reducer', () => { }); }); }); - describe('setEnableTypeSelection', () => { - it('sets problemType to null', () => { - expect(reducer(testingState, actions.setEnableTypeSelection())).toEqual({ - ...testingState, - problemType: null, - }); - }); - }); describe('updateField', () => { it('sets given parameter', () => { const payload = { problemType: 'soMePRoblEMtYPe' };