We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19ea53 commit 395f756Copy full SHA for 395f756
test/widget_test/about_screen_widget_test.dart
@@ -15,8 +15,8 @@ void main() {
15
return MultiBlocProvider(
16
providers: BlocProviders.multiBlocProviders,
17
child: MaterialApp(
18
- localizationsDelegates: AppLocalizations.localizationsDelegates,
19
- supportedLocales: AppLocalizations.supportedLocales,
+ localizationsDelegates: AppLocalizations.localizationsDelegates,
+ supportedLocales: AppLocalizations.supportedLocales,
20
home: Material(
21
child: AboutScreen(themeIndex: 2),
22
),
0 commit comments