Skip to content

Commit

Permalink
fix: update helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinBuyck committed Nov 25, 2024
1 parent 1ef5aed commit dc4226d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions api/test/unit/utilities/application-export-helpers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,26 +130,6 @@ describe('Testing application export helpers', () => {
path: 'applicationsMailingAddress.zipCode',
label: `Primary Applicant Mailing Zip Code`,
},
{
path: 'applicant.applicantWorkAddress.street',
label: `Primary Applicant Work Street`,
},
{
path: 'applicant.applicantWorkAddress.street2',
label: `Primary Applicant Work Street 2`,
},
{
path: 'applicant.applicantWorkAddress.city',
label: `Primary Applicant Work City`,
},
{
path: 'applicant.applicantWorkAddress.state',
label: `Primary Applicant Work State`,
},
{
path: 'applicant.applicantWorkAddress.zipCode',
label: `Primary Applicant Work Zip Code`,
},
{
path: 'alternateContact.firstName',
label: 'Alternate Contact First Name',
Expand Down

0 comments on commit dc4226d

Please sign in to comment.