diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-05 19:51:04 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-05 19:51:04 +0530 |
| commit | 33c95a97f756e7c30b28319e365897b3b7b1e037 (patch) | |
| tree | 508dc4b3014925cdfe65a00de365492a9f87c906 /test/components/AppList_test.dart | |
| parent | 421d19c758eb1151bff38438e4fe6efb2bf43f78 (diff) | |
| download | daft-launcher-33c95a97f756e7c30b28319e365897b3b7b1e037.tar.gz daft-launcher-33c95a97f756e7c30b28319e365897b3b7b1e037.zip | |
Test changes
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)); |
