fix tests

This commit is contained in:
Salvatore Giordano
2021-05-12 13:52:02 +02:00
parent a7f00b3d85
commit 5f010ce82d
3 changed files with 9 additions and 0 deletions
@@ -107,6 +107,7 @@ void main() {
),
),
);
await tester.pumpAndSettle();
expect(find.byKey(messageSearchListCoreKey), findsOneWidget);
expect(controller.loadData, isNotNull);