File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ class DatabaseSeedingService {
216
216
appRole: AppUserRole .standardUser,
217
217
dashboardRole: DashboardUserRole .admin,
218
218
createdAt: DateTime .now (),
219
- feedActionStatus : Map .fromEntries (
220
- FeedActionType .values.map (
219
+ feedDecoratorStatus : Map .fromEntries (
220
+ FeedDecoratorType .values.map (
221
221
(type) =>
222
- MapEntry (type, const UserFeedActionStatus (isCompleted: false )),
222
+ MapEntry (type, const UserFeedDecoratorStatus (isCompleted: false )),
223
223
),
224
224
),
225
225
);
@@ -258,7 +258,7 @@ class DatabaseSeedingService {
258
258
textScaleFactor: AppTextScaleFactor .medium,
259
259
fontWeight: AppFontWeight .regular,
260
260
),
261
- language: 'en' ,
261
+ language: languagesFixturesData. firstWhere ((l) => l.code == 'en' ) ,
262
262
feedPreferences: const FeedDisplayPreferences (
263
263
headlineDensity: HeadlineDensity .standard,
264
264
headlineImageStyle: HeadlineImageStyle .smallThumbnail,
You can’t perform that action at this time.
0 commit comments