mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Fix test
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
ef6335ab62
commit
6e1b6a7840
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ public class UserPayloadModelVOTest {
|
|||
0,
|
||||
0,
|
||||
0,
|
||||
0));
|
||||
0,
|
||||
Lists.newArrayList()));
|
||||
|
||||
vo.setRegisteredArbitrator(ArbitratorTest.getArbitratorMock());
|
||||
vo.setRegisteredMediator(MediatorTest.getMediatorMock());
|
||||
|
|
Loading…
Add table
Reference in a new issue