Skip to content

Commit

Permalink
Rename import -- stepHelper to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Dec 16, 2024
1 parent d4d15b2 commit 203f638
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
FormContextWrapper,
IntlProviderWrapper,
} from '@island.is/judicial-system-web/src/utils/testHelpers'
import * as stepHelper from '@island.is/judicial-system-web/src/utils/utils'
import * as utils from '@island.is/judicial-system-web/src/utils/utils'

import Summary from './Summary'

Expand Down Expand Up @@ -70,7 +70,7 @@ describe('Summary', () => {
it('should show a modal window when the appeal ruling is modified', async () => {
const caseId = faker.datatype.uuid()
jest
.spyOn(stepHelper, 'hasSentNotification')
.spyOn(utils, 'hasSentNotification')
.mockReturnValue({ hasSent: true, date: null })

render(
Expand Down

0 comments on commit 203f638

Please sign in to comment.