Skip to content

Commit

Permalink
Fjerner sammenligning for felter
Browse files Browse the repository at this point in the history
  • Loading branch information
espenjv committed Dec 20, 2023
1 parent 611cd2d commit 9ff3d55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object EndringsstatusOppdaterer {
2,
RoundingMode.HALF_UP
),
tilkommet = (it.tilkommet == true)
tilkommet = null
)
}.sortedWith(
compareBy(
Expand All @@ -89,7 +89,10 @@ object EndringsstatusOppdaterer {
nattevåk = null,
inngangsvilkår = mapOf(),
utenlandsopphold = null,
utenlandsoppholdUtenÅrsak = false
utenlandsoppholdUtenÅrsak = false,
uttaksgradMedReduksjonGrunnetInntektsgradering = null,
uttaksgradUtenReduksjonGrunnetInntektsgradering = null,
manueltOverstyrt = false
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ class NedjusteringAvUttaksgradTest(@Autowired val restTemplate: TestRestTemplate
LukketPeriode("2020-01-01/2020-01-02"),
null,
BigDecimal.valueOf(80),
Endringsstatus.ENDRET
Endringsstatus.UENDRET
)
simulerUttaksplan.simulertUttaksplan.assertIkkeOppfylt(
periode = LukketPeriode("2020-01-03/2020-01-03"),
Expand Down

0 comments on commit 9ff3d55

Please sign in to comment.