Skip to content

Commit f4520df

Browse files
committed
Added required unit and widget testing for the newly added features.
1 parent e2d9845 commit f4520df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/widget_test/about_screen_widget_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void main() {
1717
child: MaterialApp(
1818
localizationsDelegates: AppLocalizations.localizationsDelegates,
1919
supportedLocales: AppLocalizations.supportedLocales,
20-
home: Material(
20+
home: Material(
2121
child: AboutScreen(themeIndex: 2),
2222
),
2323
),

0 commit comments

Comments
 (0)