mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Update core/src/test/java/bisq/core/user/PreferencesTest.java
Co-Authored-By: henryBTR <42034896+henryBTR@users.noreply.github.com>
This commit is contained in:
parent
e7f2fd4104
commit
956e77710e
@ -124,7 +124,7 @@ public class PreferencesTest {
|
||||
|
||||
preferences.readPersisted();
|
||||
|
||||
assertEquals(14, preferences.getCryptoCurrenciesAsObservable().size());
|
||||
assertEquals(13, preferences.getCryptoCurrenciesAsObservable().size());
|
||||
assertTrue(preferences.getCryptoCurrenciesAsObservable().contains(dash));
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user