mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add missing Filter params in tests
This commit is contained in:
parent
cfabf79ca4
commit
b5af6bcfc7
2 changed files with 4 additions and 2 deletions
|
@ -67,7 +67,8 @@ public class UserPayloadModelVOTest {
|
|||
null,
|
||||
false,
|
||||
Lists.newArrayList(),
|
||||
new HashSet<>()));
|
||||
new HashSet<>(),
|
||||
false));
|
||||
|
||||
vo.setRegisteredArbitrator(ArbitratorTest.getArbitratorMock());
|
||||
vo.setRegisteredMediator(MediatorTest.getMediatorMock());
|
||||
|
|
|
@ -125,6 +125,7 @@ public class FeeReceiverSelectorTest {
|
|||
null,
|
||||
false,
|
||||
Lists.newArrayList(),
|
||||
new HashSet<>());
|
||||
new HashSet<>(),
|
||||
false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue