[stats wf] indicators across stats dbs & updates in the org ids #248

Closed
dimitris.pierrakos wants to merge 1742 commits from beta into beta2master_sept_2022
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9e7ec4198f - Show all commits

View File

@ -929,7 +929,7 @@ class MappersTest {
void testNotWellFormed() throws IOException, DocumentException {
final String xml = IOUtils
.toString(Objects.requireNonNull(getClass().getResourceAsStream("oaf_notwellformed.xml")));
assertEquals(0, new OafToOafMapper(vocs, false, true).processMdRecord(xml).size());
assertEquals(null, new OafToOafMapper(vocs, false, true).processMdRecord(xml));
}