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
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ class XdomeaMessageDataMapperTest {
@Spy
@InjectMocks
XdomeaMessageDataMapper fileClassifier;
private XdomeaMessageDataMapper fileClassifier;
@Mock
private XdomeaXMLValueReader valueReader;
......@@ -143,7 +143,7 @@ class XdomeaMessageDataMapperTest {
var resultRepresentationFileNames = classification.representations().stream()
.map(IncomingFile::getName)
.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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment