mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Fix test class
This commit is contained in:
parent
c9cd58a378
commit
6693a03f96
1 changed files with 4 additions and 0 deletions
|
@ -67,4 +67,8 @@ public class MapStoreServiceFake extends MapStoreService {
|
|||
protected void readFromResources(String postFix) {
|
||||
// do nothing. This Fake only supports in-memory storage.
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initializePersistenceManager() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue