CSR-98 Remove mockRestore()

This commit is contained in:
Katie 2022-03-29 12:09:28 -04:00
parent 927811845c
commit 9f49aafb7b

View file

@ -46,8 +46,6 @@ describe("loadOrderIfPresent", () => {
// Assert
expect(cookieHelper.getConceptCookie).toHaveBeenCalled();
expect(mocks.baseMixin.methods.dispatchNonBlockingStoreAction).toHaveBeenCalledWith(storeActions.RESET_STATE);
cookieHelper.getConceptCookie.mockRestore();
});
test("Concept cookie is null => store is unchanged", () => {