Skip to content

Commit

Permalink
Updated all instances of faedingardagur in nationalRegistry mocks to …
Browse files Browse the repository at this point in the history
…use ISO 8601 strings - coderabbit
  • Loading branch information
veronikasif committed Oct 16, 2024
1 parent e1e6f75 commit e6329ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const loadNationalRegistryXroadMocks = async () => {
fulltNafn: 'Gervimaður Afríka',
kynkodi: '1',
bannmerking: false,
faedingardagur: new Date('1930-01-01T00:00:00'),
faedingardagur: '1930-01-01T00:00:00',
logheimili: {
heiti: 'Engihjalli 3',
postnumer: '200',
Expand Down Expand Up @@ -106,7 +106,7 @@ export const loadNationalRegistryXroadMocks = async () => {
fulltNafn: 'Gervimaður útlönd',
kynkodi: '1',
bannmerking: false,
faedingardagur: new Date('1930-01-01T00:00:00'),
faedingardagur: '1930-01-01T00:00:00',
logheimili: {
heiti: 'Engihjalli 3',
postnumer: '200',
Expand Down

0 comments on commit e6329ee

Please sign in to comment.