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

OZG-5412 xta-adapter: Set field to private

parent aa6499b6
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ class XdomeaMessageDataMapperTest { ...@@ -24,7 +24,7 @@ class XdomeaMessageDataMapperTest {
@Spy @Spy
@InjectMocks @InjectMocks
XdomeaMessageDataMapper fileClassifier; private XdomeaMessageDataMapper fileClassifier;
@Mock @Mock
private XdomeaXMLValueReader valueReader; private XdomeaXMLValueReader valueReader;
...@@ -143,7 +143,7 @@ class XdomeaMessageDataMapperTest { ...@@ -143,7 +143,7 @@ class XdomeaMessageDataMapperTest {
var resultRepresentationFileNames = classification.representations().stream() var resultRepresentationFileNames = classification.representations().stream()
.map(IncomingFile::getName) .map(IncomingFile::getName)
.toList(); .toList();
// Expect that the primary representation xml file is move to the first position // Expect that the primary representation xml file is moved to the first position
assertThat(resultRepresentationFileNames).isEqualTo(List.of(REPR_XML_NAME, REPR_PDF_NAME)); assertThat(resultRepresentationFileNames).isEqualTo(List.of(REPR_XML_NAME, REPR_PDF_NAME));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment