Unverified Commit ef9da623 authored by Ahmed Ashour's avatar Ahmed Ashour Committed by GitHub

Fix typo in test name (#86083)

parent f149a044
......@@ -38,7 +38,7 @@ void main() {
expect(_flutter.hasExited, equals(false));
});
testWithoutContext('fluter run does not terminate when a debugger is attached and pause-on-exceptions', () async {
testWithoutContext('flutter run does not terminate when a debugger is attached and pause-on-exceptions', () async {
await _flutter.run(withDebugger: true, pauseOnExceptions: true);
await Future<void>.delayed(requiredLifespan);
expect(_flutter.hasExited, equals(false));
......
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