Skip to content

Commit

Permalink
Fjernet klassen også
Browse files Browse the repository at this point in the history
  • Loading branch information
runska committed Aug 28, 2023
1 parent cad2a18 commit 3bfe000
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package no.nav.arbeidsgiver.sykefravarsstatistikk.api.statistikk.sykefraværshis

import arrow.core.right
import no.nav.arbeidsgiver.sykefravarsstatistikk.api.TestUtils
import no.nav.arbeidsgiver.sykefravarsstatistikk.api.applikasjon.BransjeEllerNæringService
import no.nav.arbeidsgiver.sykefravarsstatistikk.api.applikasjon.PubliseringsdatoerService
import no.nav.arbeidsgiver.sykefravarsstatistikk.api.applikasjon.TilgangskontrollService
import no.nav.arbeidsgiver.sykefravarsstatistikk.api.applikasjon.aggregering.AggregertStatistikkService
Expand Down Expand Up @@ -44,9 +43,6 @@ internal class AggregertStatistikkServiceTest {
@Mock
private lateinit var mockEnhetsregisteretClient: EnhetsregisteretClient

@Mock
private lateinit var mockBransjeEllerNæringService: BransjeEllerNæringService

@Mock
private lateinit var mockVarighetRepository: VarighetRepository

Expand All @@ -73,7 +69,6 @@ internal class AggregertStatistikkServiceTest {
mockGraderingRepository,
mockVarighetRepository,
mockEnhetsregisteretClient,
mockBransjeEllerNæringService,
mockTilgangskontrollService
)
}
Expand Down

0 comments on commit 3bfe000

Please sign in to comment.