Skip to content

Commit

Permalink
Fiks test i brev som ikke ble kjørt
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav committed Nov 13, 2024
1 parent 777d7ac commit ca049b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ import no.nav.etterlatte.libs.common.behandling.FeilutbetalingValg
import no.nav.etterlatte.libs.common.behandling.Revurderingaarsak
import no.nav.etterlatte.libs.common.behandling.SakType
import no.nav.etterlatte.libs.common.beregning.BeregningsMetode
import no.nav.etterlatte.libs.common.feilhaandtering.InternfeilException
import no.nav.etterlatte.libs.common.person.MottakerFoedselsnummer
import no.nav.etterlatte.libs.common.sak.Sak
import no.nav.etterlatte.libs.common.tidspunkt.Tidspunkt
Expand Down Expand Up @@ -365,7 +366,7 @@ internal class VedtaksbrevServiceTest {
),
)

assertThrows<IllegalArgumentException> {
assertThrows<InternfeilException> {
runBlocking {
vedtaksbrevService.opprettVedtaksbrev(
SAK_ID,
Expand Down

0 comments on commit ca049b9

Please sign in to comment.