Skip to content

Commit

Permalink
refactor: use updated model
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangoulding committed Jan 30, 2025
1 parent 0414fa1 commit 0a18816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ function _testFetchLicenceContactDetailsData() {
}
],
IsCurrent: false
}
},
licenceEntityRoles: []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ function _testFetchLicenceContactDetailsData() {
AddressLine2: 'HORIZON HOUSE',
AddressLine3: 'DEANERY ROAD',
AddressLine4: ''
}
},
licenceEntityRoles: []
}
}
}

0 comments on commit 0a18816

Please sign in to comment.