mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
Fix test
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
01bd8bb86e
commit
f4fe66a103
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