diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 7b6c6f6e..ed07c7df 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -507,7 +507,7 @@ describe('Store', () => { globalMethods.callHttpClient = jest.fn().mockReturnValue(Promise.resolve(response)); // Act - const result = store.loadSession(); + const result = store.saveSession(); // Asserts await expect(result).resolves.toBe(response); @@ -1343,6 +1343,10 @@ describe('Store', () => { }); }); + describe('getCoveragePolicyInfo method', () => { + // TODO add tests + }); + describe('saveEndorsementQuestionAnswers method', () => { it('method should update endorsement question data in store', () => { // Arrange