Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-solo committed Nov 15, 2024
1 parent fc35cb7 commit d6247d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/pages/questions.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ describe('index page', () => {
useRouter = jest.spyOn(nextRouter, 'useRouter')
useRouter.mockImplementation(() => ({
route: '/questions',
pathname: '/questions?income=20000',
query: { income: '20000' },
pathname: '/questions',
query: { income: '20000', step: 'marital' },
asPath: '',
locale: 'en',
locales: ['en', 'fr'],
Expand Down

0 comments on commit d6247d4

Please sign in to comment.