Skip to content

Commit

Permalink
jaja går ikke å refaktorere i intellij lenger...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav committed Jan 29, 2025
1 parent 6ba2532 commit a59b481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class TilgangsServiceOppdatererTest {

verify(exactly = 1) {
sakService.oppdaterEnhetForSaker(match { it.first().id == sak.id && it.first().enhet == Enheter.defaultEnhet.enhetNr })
sakService.markerSakerMedSkjerming(match { it.first().sakId == sak.id.sakId }, false)
sakService.markerSakerMedSkjerming(match { it.first().value == sak.id.value }, false)
oppgaveService.oppdaterEnhetForRelaterteOppgaver(
match {
it.first().id == sak.id &&
Expand Down

0 comments on commit a59b481

Please sign in to comment.