Unverified Commit 2189d4fd authored by Peter Abraham's avatar Peter Abraham Committed by GitHub

Fixing typo (#138253)

parent 924889c9
......@@ -11,6 +11,6 @@ void main() {
.main(); // builds the app and schedules a frame but doesn't trigger one
await tester.pump(); // triggers a frame
expect(find.text('Fluter Blue'), findsOneWidget);
expect(find.text('Flutter Blue'), findsOneWidget);
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment