From 33c95a97f756e7c30b28319e365897b3b7b1e037 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 5 Jun 2020 19:51:04 +0530 Subject: Test changes --- test/components/AppList_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/components/AppList_test.dart') 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)); -- cgit v1.3.1