Skip to content

Commit

Permalink
Integration test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
galexandre committed Apr 4, 2018
1 parent d522ea3 commit 70cb9fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ public void shouldReuseCoberturaAndSurefireReports() {
assertThat(Integer.parseInt(measureMap.get("test_execution_time").getValue())).isGreaterThan(0);
assertThat(Double.parseDouble(measureMap.get("test_success_density").getValue())).isEqualTo(100.0);
}
assertThat(Double.parseDouble(measureMap.get("coverage").getValue())).isEqualTo(57.14285714285714);
assertThat(Double.parseDouble(measureMap.get("coverage").getValue())).isEqualTo(57.1);
}

}
Expand Down

0 comments on commit 70cb9fb

Please sign in to comment.