diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 5e988191..d6a29e43 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -1518,7 +1518,7 @@ describe('Store', () => { }); describe('saveEndorsementQuestionAnswers method', () => { - it.skip('method should update endorsement question data in store', () => { + it('method should update endorsement question data in store', () => { // Arrange const questionNum = getRandomInt(1, 100); const questionText = getRandomString(50, 300);