mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Merge remote-tracking branch 'origin/branch-1.1.x'
This commit is contained in:
commit
5f18236b68
5 changed files with 59 additions and 15 deletions
|
|
@ -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()));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue