diff --git a/src/test/kotlin/no/nav/bidrag/behandling/service/GrunnlagServiceTest.kt b/src/test/kotlin/no/nav/bidrag/behandling/service/GrunnlagServiceTest.kt index 39fea17a..02b26d5e 100644 --- a/src/test/kotlin/no/nav/bidrag/behandling/service/GrunnlagServiceTest.kt +++ b/src/test/kotlin/no/nav/bidrag/behandling/service/GrunnlagServiceTest.kt @@ -324,7 +324,7 @@ class GrunnlagServiceTest : TestContainerRunner() { assertSoftly(stønadTilBarnetilsyn.elementAt(0)) { it.omfang shouldBe Tilsynstype.HELTID - it.under_skolealder shouldBe false + it.under_skolealder shouldBe true it.fom shouldBe LocalDate.of(2023, 1, 1) it.tom shouldBe LocalDate.of(2023, 12, 31) it.kilde shouldBe Kilde.OFFENTLIG @@ -332,7 +332,7 @@ class GrunnlagServiceTest : TestContainerRunner() { assertSoftly(stønadTilBarnetilsyn.elementAt(1)) { it.omfang shouldBe Tilsynstype.HELTID - it.under_skolealder shouldBe false + it.under_skolealder shouldBe true it.fom shouldBe LocalDate.of(2024, 1, 1) it.tom shouldBe null it.kilde shouldBe Kilde.OFFENTLIG