Skip to content

Commit

Permalink
Robust test
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen committed Nov 19, 2023
1 parent 1822d81 commit 29b0c56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class BeregningsgrunnlagTest {
// Act
RegelResultat regelResultat = new RegelForeslåBeregningsgrunnlag(grunnlag).evaluerRegel(grunnlag);
// Assert
assertThat(regelResultat.versjon()).isEqualTo("4.1-SNAPSHOT");
assertThat(regelResultat.sporing().versjon()).isEqualTo("4.1-SNAPSHOT");
assertThat(regelResultat.versjon()).isNotNull();
assertThat(regelResultat.sporing().versjon()).isNotNull();
assertThat(regelResultat.beregningsresultat()).isEqualTo(ResultatBeregningType.IKKE_BEREGNET);
verifiserRegelmerknad(regelResultat, "5038");
verifiserBeregningsgrunnlagBruttoPrPeriodeType(grunnlag, BeregningsgrunnlagHjemmel.K14_HJEMMEL_BARE_FRILANSER, AktivitetStatus.ATFL, 12 * månedsinntekt.doubleValue());
Expand Down

0 comments on commit 29b0c56

Please sign in to comment.