Skip to content

Commit 395f756

Browse files
committed
fix some extra bugs
1 parent d19ea53 commit 395f756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/widget_test/about_screen_widget_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ void main() {
1515
return MultiBlocProvider(
1616
providers: BlocProviders.multiBlocProviders,
1717
child: MaterialApp(
18-
localizationsDelegates: AppLocalizations.localizationsDelegates,
19-
supportedLocales: AppLocalizations.supportedLocales,
18+
localizationsDelegates: AppLocalizations.localizationsDelegates,
19+
supportedLocales: AppLocalizations.supportedLocales,
2020
home: Material(
2121
child: AboutScreen(themeIndex: 2),
2222
),

0 commit comments

Comments
 (0)