import-debitor-relationship (into intermediate data structure) #22
@ -431,7 +431,7 @@ public class ImportOfficeData extends ContextBasedTest {
|
|||||||
idsToRemove.add(id);
|
idsToRemove.add(id);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
assertThat(idsToRemove.size()).isEqualTo(9); // only from partner #99 (partner+contractual roles)
|
assertThat(idsToRemove.size()).isEqualTo(1); // only from partner #99 (partner+contractual roles)
|
||||||
idsToRemove.forEach(id -> relationships.remove(id));
|
idsToRemove.forEach(id -> relationships.remove(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -449,7 +449,7 @@ public class ImportOfficeData extends ContextBasedTest {
|
|||||||
idsToRemove.add(id);
|
idsToRemove.add(id);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
assertThat(idsToRemove.size()).isEqualTo(9); // only from partner #99
|
assertThat(idsToRemove.size()).isEqualTo(1); // only from partner #99
|
||||||
idsToRemove.forEach(id -> partners.remove(id));
|
idsToRemove.forEach(id -> partners.remove(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user