Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2023-10-08 19:03:21 +07:00
parent ef6335ab62
commit 6e1b6a7840
No known key found for this signature in database
GPG Key ID: 02AA2BAE387C8307

View File

@ -76,7 +76,8 @@ public class UserPayloadModelVOTest {
0,
0,
0,
0));
0,
Lists.newArrayList()));
vo.setRegisteredArbitrator(ArbitratorTest.getArbitratorMock());
vo.setRegisteredMediator(MediatorTest.getMediatorMock());