fix tests
This commit is contained in:
parent
d1011f96ad
commit
c35de5ad74
4 changed files with 2 additions and 0 deletions
BIN
mobile/default.isar-lck
Normal file
BIN
mobile/default.isar-lck
Normal file
Binary file not shown.
BIN
mobile/isar.dll
Normal file
BIN
mobile/isar.dll
Normal file
Binary file not shown.
|
@ -24,6 +24,7 @@ void main() {
|
|||
fileName: '',
|
||||
isFavorite: false,
|
||||
isArchived: false,
|
||||
thumbhash: null,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
@ -34,6 +34,7 @@ void main() {
|
|||
fileName: localId ?? remoteId ?? "",
|
||||
isFavorite: false,
|
||||
isArchived: false,
|
||||
thumbhash: null,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue