From b42ad01b7c251d7cdb4a4f68ae34dec24f7302cd Mon Sep 17 00:00:00 2001 From: Vadim Date: Thu, 13 Jul 2023 23:49:28 +0200 Subject: [PATCH] fixed `UserPreferencesService` tests --- test/data/shared_prefs_service_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/data/shared_prefs_service_test.dart b/test/data/shared_prefs_service_test.dart index 1a2d05b..485d6d2 100644 --- a/test/data/shared_prefs_service_test.dart +++ b/test/data/shared_prefs_service_test.dart @@ -193,6 +193,7 @@ void main() { { MeteringScreenLayoutFeature.extremeExposurePairs: true, MeteringScreenLayoutFeature.filmPicker: true, + MeteringScreenLayoutFeature.equipmentProfiles: true, }, ); }); @@ -206,6 +207,7 @@ void main() { { MeteringScreenLayoutFeature.extremeExposurePairs: false, MeteringScreenLayoutFeature.filmPicker: true, + MeteringScreenLayoutFeature.equipmentProfiles: true, }, ); });