Skip to content

Commit

Permalink
Fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jan 2, 2025
1 parent 530b506 commit b7211e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type ChannelTypes =
| 'line'
| 'modica';

const callTypes = {
export const callTypes = {
child: 'Child calling about self',
caller: 'Someone calling about a child',
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
import { BLANK_CONTACT } from './testContacts';
import { RecursivePartial } from '../RecursivePartial';
import each from 'jest-each';
import { callTypes } from '../../../../../hrm-form-definitions';
import { callTypes } from '../../../src/hrm/populateHrmContactFormFromTask';

type FormDefinitionSet = {
childInformation: FormItemDefinition[];
Expand Down

0 comments on commit b7211e6

Please # to comment.