Skip to content

Commit

Permalink
Ikke valider bidrag i lesemodus
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 2, 2024
1 parent a645c6f commit 72617d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class VedtakTilBehandlingBidragTest : CommonVedtakTilBehandlingTest() {
assertSoftly(samvær) {
size shouldBe 1
val samværBarn = samvær.first()
samværBarn.rolle.rolletype shouldBe Rolletype.BIDRAGSPLIKTIG
samværBarn.rolle.rolletype shouldBe Rolletype.BARN
samværBarn.perioder shouldHaveSize 4
assertSoftly(samværBarn.perioder.first()) {
samværsklasse shouldBe Samværsklasse.SAMVÆRSKLASSE_2
Expand Down

0 comments on commit 72617d6

Please sign in to comment.