Skip to content

Commit b3c4ee1

Browse files
committed
Redo unit tests with the new approach
1 parent fa7cc7e commit b3c4ee1

23 files changed

Lines changed: 1770 additions & 1759 deletions

Samples/Flutter/client_app/lib/src/data/database.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ class Database extends _$Database
9191
return departments.mapFromCompanion(DepartmentsCompanion(
9292
id: Value<String>(Uuid.NAMESPACE_NIL),
9393
name: Value<String>("[None]"),
94-
timeStamp: Value<int>(0),
94+
syncId: Value<String>(""),
95+
knowledgeId: Value<String>(""),
96+
synced: Value<bool>(false),
9597
deleted: Value<bool>(false),
9698
));
9799
}

0 commit comments

Comments
 (0)