Skip to content

Commit aee9ac7

Browse files
navelgenMartinMekk
andcommitted
♻️ Gjør protected-metoder som kan være private, private
Co-authored-by: Martin Remøy Solheim <[email protected]>
1 parent 100afc5 commit aee9ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spesialist-e2e-tests/src/test/kotlin/no/nav/helse/spesialist/e2etests/AbstractE2EIntegrationTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ abstract class AbstractE2EIntegrationTest {
145145
behovLøserStub.besvarIgjen(testPerson.fødselsnummer, behov)
146146
}
147147

148-
protected fun callGraphQL(operationName: String, variables: Map<String, Any>) = runBlocking {
148+
private fun callGraphQL(operationName: String, variables: Map<String, Any>) = runBlocking {
149149
httpClient.post("http://localhost:$port/graphql") {
150150
contentType(ContentType.Application.Json)
151151
accept(ContentType.Application.Json)
@@ -211,7 +211,7 @@ abstract class AbstractE2EIntegrationTest {
211211
return oppgave
212212
}
213213

214-
protected fun finnOppgaveId() =
214+
private fun finnOppgaveId() =
215215
modules.dbModule.daos.oppgaveDao.finnOppgaveIdUansettStatus(testPerson.fødselsnummer)
216216

217217
data class Varsel(

0 commit comments

Comments
 (0)