CSR-98 Remove mockRestore()
This commit is contained in:
parent
927811845c
commit
9f49aafb7b
1 changed files with 0 additions and 2 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue