mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
fix test
This commit is contained in:
@ -57,7 +57,7 @@ void main() {
|
||||
await Future.forEach(notes, (Note origNote) async {
|
||||
var note = Note(parent, origNote.filePath);
|
||||
var r = await note.load();
|
||||
expect(r, NoteLoadState.Loaded);
|
||||
expect(r.getOrThrow(), NoteLoadState.Loaded);
|
||||
|
||||
loadedNotes.add(note);
|
||||
});
|
||||
|
Reference in New Issue
Block a user