mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
FIx missing arguments in test
This commit is contained in:
parent
0bbafc070b
commit
bccecc1f16
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class PreferencesTest {
|
|||
storage = mock(Storage.class);
|
||||
bisqEnvironment = mock(BisqEnvironment.class);
|
||||
|
||||
preferences = new Preferences(storage, bisqEnvironment, null, null, null);
|
||||
preferences = new Preferences(storage, bisqEnvironment, null, null, null, null, null, null);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Reference in a new issue