FIx missing arguments in test

This commit is contained in:
Manfred Karrer 2018-10-23 12:42:05 -05:00
parent 0bbafc070b
commit bccecc1f16
No known key found for this signature in database
GPG key ID: 401250966A6B2C46

View file

@ -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