CSR-1625
prettier
This commit is contained in:
parent
a3dff865ea
commit
9e3e2a820b
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ describe("navigateToHeritageFunnel", () => {
|
|||
router.navigateToExternalUrl = jest.fn();
|
||||
|
||||
// Act
|
||||
await navigateToHeritageFunnel({loadingModal:null, shouldSaveSession:true});
|
||||
await navigateToHeritageFunnel({ loadingModal: null, shouldSaveSession: true });
|
||||
|
||||
// Assert
|
||||
expect(saveSessionFunction).toHaveBeenCalled();
|
||||
|
|
|
|||
Loading…
Reference in a new issue