From 638c7f7be290092d3f00da455ad6439649e71121 Mon Sep 17 00:00:00 2001 From: s148719 Date: Thu, 5 Dec 2024 11:43:47 +0100 Subject: [PATCH] Update GrunnlagServiceTest.kt --- .../no/nav/bidrag/behandling/service/GrunnlagServiceTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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