浏览代码

fix tests

Luke McCarthy 2 年之前
父节点
当前提交
c35de5ad74
共有 4 个文件被更改,包括 2 次插入0 次删除
  1. 二进制
      mobile/default.isar-lck
  2. 二进制
      mobile/isar.dll
  3. 1 0
      mobile/test/asset_grid_data_structure_test.dart
  4. 1 0
      mobile/test/sync_service_test.dart

二进制
mobile/default.isar-lck


二进制
mobile/isar.dll


+ 1 - 0
mobile/test/asset_grid_data_structure_test.dart

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

+ 1 - 0
mobile/test/sync_service_test.dart

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