Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav committed Nov 13, 2024
1 parent 389bae8 commit 777d7ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package no.nav.etterlatte.utbetaling.avstemming
import io.mockk.every
import io.mockk.mockk
import io.mockk.verify
import no.nav.etterlatte.libs.common.feilhaandtering.InternfeilException
import no.nav.etterlatte.libs.common.tidspunkt.Tidspunkt
import no.nav.etterlatte.libs.common.tidspunkt.utcKlokke
import no.nav.etterlatte.utbetaling.avstemming.avstemmingsdata.AvstemmingsdataSender
Expand Down Expand Up @@ -93,7 +94,7 @@ internal class GrensesnittavstemmingServiceTest {
saktype = Saktype.BARNEPENSJON,
)

assertThrows<IllegalArgumentException> {
assertThrows<InternfeilException> {
grensesnittavstemmingService.hentNestePeriode(Saktype.BARNEPENSJON)
}
}
Expand Down

0 comments on commit 777d7ac

Please sign in to comment.