From 2f8f69e7eed420b11943b18f7b7c19b815451787 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Wed, 11 Oct 2023 14:21:09 -0400 Subject: [PATCH] Reverting save to load --- src/store/store.spec.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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