mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Add missing Filter params in tests
This commit is contained in:
parent
cfabf79ca4
commit
b5af6bcfc7
@ -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…
Reference in New Issue
Block a user