Merge remote-tracking branch 'origin/branch-1.1.x'

This commit is contained in:
Andreas Penski (init) 2020-01-06 11:50:26 +01:00
commit 5f18236b68
5 changed files with 59 additions and 15 deletions

View file

@ -130,6 +130,7 @@ public class DefaultCheckTest {
assertThat(result.getAcceptRecommendation()).isEqualTo(AcceptRecommendation.REJECT);
assertThat(result.getReport()).isNotNull();
assertThat(result.getReportDocument()).isNotNull();
System.out.println(Helper.serialize(result.getReportDocument()));
}
}