move Parter+Debitor person+contact to related Relationsship #20
@ -93,7 +93,7 @@ class HsOfficeRelationRepositoryIntegrationTest extends ContextBasedTestWithClea
|
|||||||
assertThat(relationRepo.count()).isEqualTo(count + 1);
|
assertThat(relationRepo.count()).isEqualTo(count + 1);
|
||||||
final var stored = relationRepo.findByUuid(result.returnedValue().getUuid());
|
final var stored = relationRepo.findByUuid(result.returnedValue().getUuid());
|
||||||
assertThat(stored).isNotEmpty().map(HsOfficeRelationEntity::toString).get()
|
assertThat(stored).isNotEmpty().map(HsOfficeRelationEntity::toString).get()
|
||||||
.isEqualTo("rel(anchor='NP Bessler, Anita', type='SUBSCRIBER', mark='operations-announce', holder='NP Bessler, Anita', contact='fourth contact')");
|
.isEqualTo("rel(anchor='UF Erben Bessler', type='SUBSCRIBER', mark='operations-announce', holder='NP Winkler, Paul', contact='fourth contact')");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user