mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Fix tests
This commit is contained in:
parent
a13600f2f3
commit
f30b68b39f
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ public class PreferencesTest {
|
|||
storage = mock(Storage.class);
|
||||
bisqEnvironment = mock(BisqEnvironment.class);
|
||||
|
||||
preferences = new Preferences(storage, bisqEnvironment, null, null, null, null, null, null, null);
|
||||
preferences = new Preferences(storage, bisqEnvironment, null, null, null, null, null, null, null, null);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
@ -43,7 +43,7 @@ public class PreferenceMakers {
|
|||
lookup.valueOf(btcNodesFromOptions, new SameValueDonor<String>(null)),
|
||||
lookup.valueOf(useTorFlagFromOptions, new SameValueDonor<String>(null)),
|
||||
lookup.valueOf(referralID, new SameValueDonor<String>(null)),
|
||||
null, null, null, null);
|
||||
null, null, null, null, null);
|
||||
|
||||
public static final Preferences empty = make(a(Preferences));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue