Skip to content

Commit 53efc40

Browse files
committed
Dårlig mock consumer
1 parent 3febcf0 commit 53efc40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/kotlin/no/nav/mock/MockConsumers.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ private val syfoClientMock =
7979
mockOf<SyfoClient> { client ->
8080
coEvery { client.hentSyfoVeileder(any(), any()) } returns
8181
SyfoClient.SyfoTildeling(
82-
personIdent = SyfoClient.PersonIdentValue("10108000398"),
83-
tildeltVeilederIdent = "Z123456",
84-
tildeltenhet = "4403",
82+
personident = SyfoClient.PersonIdentValue("10108000398"),
83+
tildeltVeilederident = "Z123456",
84+
tildeltEnhet = "4403",
8585
)
8686
}
8787

0 commit comments

Comments
 (0)