mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Fix missing param in test
This commit is contained in:
parent
f79c155efd
commit
4d2e9c1f4f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class AccountAgeWitnessServiceTest {
|
|||
AppendOnlyDataStoreService appendOnlyDataStoreService = mock(AppendOnlyDataStoreService.class);
|
||||
filterManager = mock(FilterManager.class);
|
||||
signedWitnessService = new SignedWitnessService(keyRing, p2pService, arbitratorManager, null, appendOnlyDataStoreService, null, filterManager);
|
||||
service = new AccountAgeWitnessService(null, null, null, signedWitnessService, chargeBackRisk, null, dataStoreService, filterManager);
|
||||
service = new AccountAgeWitnessService(null, null, null, signedWitnessService, chargeBackRisk, null, dataStoreService, null, filterManager);
|
||||
}
|
||||
|
||||
private File makeDir(String name) throws IOException {
|
||||
|
|
Loading…
Add table
Reference in a new issue