Skip to content

Commit

Permalink
Merge pull request #51 from Bostads-AB-Mimer/feat/1438-add-personal-i…
Browse files Browse the repository at this point in the history
…d-to-applicant

fix: nationalRegistrationNumber test
  • Loading branch information
schweinryder authored May 7, 2024
2 parents d9c7f2f + 37573c9 commit 72efa60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/lease-service/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ describe('lease-service', () => {
applicants: [
{
id: 3005,
nationalRegistrationNumber: '194808075577',
name: 'Sökande Fiktiv',
contactCode: 'P145241',
applicationDate: new Date(),
Expand All @@ -231,6 +232,7 @@ describe('lease-service', () => {
},
{
id: 3006,
nationalRegistrationNumber: '198001011234',
name: 'Testsson Stina',
contactCode: 'P174965',
applicationDate: new Date(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { leaseTypes } from '../../../constants/leaseTypes'

const mockedApplicant: Applicant = {
id: 2004,
nationalRegistrationNumber: '197001011234',
name: 'Sökande Fiktiv',
contactCode: 'P145241',
applicationDate: new Date('2024-04-23T10:05:07.244Z'),
Expand Down

0 comments on commit 72efa60

Please sign in to comment.