Skip to content

Commit

Permalink
FIx missing arguments in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Oct 23, 2018
1 parent 0bbafc0 commit bccecc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/bisq/core/user/PreferencesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void setUp() {
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
Expand Down

0 comments on commit bccecc1

Please sign in to comment.