Skip to content

Commit

Permalink
Forbedre duplikatsjekk
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Oct 20, 2023
1 parent 15dfb8b commit ebdc089
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ class BlockingApplicationRunnerSpek : Spek({
verify(exactly = 1) { mqSender.sendArena(any()) }
verify(exactly = 1) { dialogmeldingProducer.sendDialogmelding(any(), any(), any(), any()) }
every { incomingMessage.text } returns(
fellesformat.replace("<Id>01010142365</Id>", "<Id>45088649080</Id>")
)
fellesformat.replace("<Id>01010142365</Id>", "<Id>45088649080</Id>")
)
val dialogmeldingId = runBlocking {
blockingApplicationRunner.processMessage(incomingMessage)
}
Expand Down

0 comments on commit ebdc089

Please sign in to comment.