diff options
Diffstat (limited to 'test/components/AppList_test.dart')
| -rw-r--r-- | test/components/AppList_test.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/components/AppList_test.dart b/test/components/AppList_test.dart index 69bf211..dabc616 100644 --- a/test/components/AppList_test.dart +++ b/test/components/AppList_test.dart @@ -21,7 +21,7 @@ void main() { expect(find.byType(ListTile), findsNothing); }); - testWidgets('Should render nothing for empty list', (WidgetTester tester) async { + testWidgets('Should render nothing for list of 4 items', (WidgetTester tester) async { await tester.pumpWidget(wrapper(AppList(appList: appList))); expect(find.byType(ListTile), findsNWidgets(4)); |
