fix tests

This commit is contained in:
Luke McCarthy 2023-06-22 11:02:44 -04:00
parent d1011f96ad
commit c35de5ad74
4 changed files with 2 additions and 0 deletions

BIN
mobile/default.isar-lck Normal file

Binary file not shown.

BIN
mobile/isar.dll Normal file

Binary file not shown.

View file

@ -24,6 +24,7 @@ void main() {
fileName: '',
isFavorite: false,
isArchived: false,
thumbhash: null,
),
);
}

View file

@ -34,6 +34,7 @@ void main() {
fileName: localId ?? remoteId ?? "",
isFavorite: false,
isArchived: false,
thumbhash: null,
);
}