Add missing Filter params in tests

This commit is contained in:
chimp1984 2021-01-04 11:59:00 -05:00
parent cfabf79ca4
commit b5af6bcfc7
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3
2 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,8 @@ public class UserPayloadModelVOTest {
null,
false,
Lists.newArrayList(),
new HashSet<>()));
new HashSet<>(),
false));
vo.setRegisteredArbitrator(ArbitratorTest.getArbitratorMock());
vo.setRegisteredMediator(MediatorTest.getMediatorMock());

View File

@ -125,6 +125,7 @@ public class FeeReceiverSelectorTest {
null,
false,
Lists.newArrayList(),
new HashSet<>());
new HashSet<>(),
false);
}
}