Unverified Commit 5887d6c7 authored by Qun Cheng's avatar Qun Cheng Committed by GitHub

Fix typo (#141426)

parent 66759d75
...@@ -17,7 +17,7 @@ void main() { ...@@ -17,7 +17,7 @@ void main() {
expect(find.textContaining('Exit Request:'), findsOneWidget); expect(find.textContaining('Exit Request:'), findsOneWidget);
await tester.tap(find.text('Quit')); await tester.tap(find.text('Quit'));
await tester.pump(); await tester.pump();
// Responding to the the quit request happens in a Future that we don't have // Responding to the quit request happens in a Future that we don't have
// visibility for, so to avoid a flaky test with a delay, we just check to // visibility for, so to avoid a flaky test with a delay, we just check to
// see if the request string prefix is still there, rather than the request // see if the request string prefix is still there, rather than the request
// response string. Testing it wasn't worth exposing a Completer in the // response string. Testing it wasn't worth exposing a Completer in the
......
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