Skip to content
Snippets Groups Projects
Commit 1e961da6 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-5413 xta: Remove expected test result comments

parent 00f7edd4
Branches
No related tags found
No related merge requests found
......@@ -82,7 +82,6 @@ class XtaServiceITCase {
void shouldUnzipCorrectNumberOfRepresentations() {
var firstFormData = xtaService.getMessages().toList().getFirst();
// Expect that there are 3 files (xdomea.xml, intelliform.xml and intelliform.pdf)
assertThat(firstFormData.getRepresentations()).hasSize(3);
assertThat(firstFormData.getNumberOfRepresentations()).isEqualTo(3);
}
......@@ -91,7 +90,6 @@ class XtaServiceITCase {
void shouldUnzipCorrectNumberOfAttachments() {
var firstFormData = xtaService.getMessages().toList().getFirst();
// Expect that there are no attachment files
assertThat(firstFormData.getAttachments()).isEmpty();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment