Skip to content

Commit

Permalink
Fixed test that fails due to random hovedDiagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Oct 13, 2023
1 parent af836bd commit 3c21baa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@ class ArbeidsuforhetTest :
generateSykmelding(
medisinskVurdering =
generateMedisinskVurdering(
hovedDiagnose = Diagnose(
system = "2.16.578.1.12.4.1.1.7170",
kode = "R24",
tekst = "Blodig oppspytt/hemoptyse",
),
bidiagnoser =
listOf(
Diagnose(
Expand Down

0 comments on commit 3c21baa

Please sign in to comment.