Save automatically, improve mocks
This commit is contained in:
@@ -29,7 +29,7 @@ final class LoadingContext {
|
||||
tags: tags.values.sorted(),
|
||||
files: files.values.sorted { $0.id },
|
||||
tagOverview: tagOverview,
|
||||
errors: errors.sorted())
|
||||
errors: errors.sorted().map { StorageError(message: $0) })
|
||||
}
|
||||
|
||||
func error(_ message: String) {
|
||||
|
Reference in New Issue
Block a user