Skip to content

Commit 7c4a790

Browse files
committed
Fix instrumented tests
1 parent 04ba026 commit 7c4a790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/app_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void main() {
1515
await tester.pumpAndSettle();
1616

1717
expect(find.text('Launches'), findsAtLeast(1));
18-
expect(find.text('Emails'), findsOneWidget);
18+
expect(find.text('Rockets'), findsOneWidget);
1919
expect(find.text('Settings'), findsOneWidget);
2020

2121
expect(find.textContaining('Mission'), findsAtLeast(1));

0 commit comments

Comments
 (0)