Skip to content

Commit

Permalink
Testfiks
Browse files Browse the repository at this point in the history
  • Loading branch information
pekern committed Feb 29, 2024
1 parent 4278773 commit 584242b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void skal_lage_andel_for_flere_arbeidsforhold() {
AktivitetStatusModell regelmodell = new AktivitetStatusModell();
regelmodell.setSkjæringstidspunktForBeregning(STP);
regelmodell.leggTilEllerOppdaterAktivPeriode(AktivPeriode.forArbeidstakerHosVirksomhet(Periode.of(STP.minusMonths(36), STP.plusMonths(12)), "999999999", null));
regelmodell.leggTilEllerOppdaterAktivPeriode(AktivPeriode.forArbeidstakerHosPrivatperson(Periode.of(STP.minusMonths(36), STP.plusMonths(12)), "9999999999999"));
regelmodell.leggTilEllerOppdaterAktivPeriode(AktivPeriode.forArbeidstakerHosPrivatperson(Periode.of(STP.minusMonths(36), STP.plusMonths(12)), "999999998"));

// Act
List<BeregningsgrunnlagPrStatus> statusListe = kjørRegel(regelmodell);
Expand Down

0 comments on commit 584242b

Please sign in to comment.