Skip to content

Commit

Permalink
Update GrunnlagServiceTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
s148719 committed Dec 5, 2024
1 parent 032a831 commit 638c7f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,15 @@ 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
}

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
Expand Down

0 comments on commit 638c7f7

Please sign in to comment.