Skip to content

Commit

Permalink
Fiks feil i mockdata
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Dec 1, 2023
1 parent 216821e commit 5ef810b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ class PersisterImLoeserTest {
bekreftOpplysninger = true
)

val arbeidsgiver = PersonDato("Gudrun Arbeidsgiver", null, innsending.identitetsnummer)
val arbeidstaker = PersonDato("Toril Arbeidstaker", null, "fnr-gudrun")
val arbeidsgiver = PersonDato("Gudrun Arbeidsgiver", null, "fnr-gudrun")
val arbeidstaker = PersonDato("Toril Arbeidstaker", null, innsending.identitetsnummer)

val inntektsmelding = mapInntektsmelding(innsending, arbeidstaker.navn, "Test Virksomhet", arbeidsgiver.navn)
}
Expand Down

0 comments on commit 5ef810b

Please sign in to comment.