Fix history test

This commit is contained in:
serso
2016-03-27 20:59:53 +02:00
parent f123646400
commit 2529e4132f
4 changed files with 23 additions and 34 deletions

View File

@@ -175,6 +175,10 @@ public class History {
});
}
void setLoaded(boolean loaded) {
this.loaded = loaded;
}
@NonNull
File getSavedHistoryFile() {
return new File(filesDir, "history-saved.json");