Reverting save to load

This commit is contained in:
Michaela Brydon 2023-10-11 14:21:09 -04:00
parent 1463da64db
commit 2f8f69e7ee

View file

@ -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