Skip to content

Commit

Permalink
fikset feilende test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper-Hustad committed Feb 14, 2025
1 parent 55da3dd commit 805009c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class BehandleInngaaendeJournalConsumerTest {
dokumentId = "dokumentId",
journalpostId = "journalpostId",
)
val dokumentTittel = "Inntektsmelding-(ingen orgnr)-01.01.2019 - 01.02.2019"
val dokumentTittel = "Inntektsmelding-01.01.2019 - 01.02.2019"
behandleInngaaendeJournalConsumer.oppdaterJournalpost(grunnleggendeInntektsmelding.copy(arbeidsgiverOrgnummer = null), inngaendeJournalpost, false)
coVerifySequence {
dokArkivClient.oppdaterJournalpost("journalpostId", match { it.dokumenter!!.first().tittel == dokumentTittel }, any())
Expand Down

0 comments on commit 805009c

Please sign in to comment.