We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f149a04 commit ef9da62Copy full SHA for ef9da62
packages/flutter_tools/test/integration.shard/lifetime_test.dart
@@ -38,7 +38,7 @@ void main() {
38
expect(_flutter.hasExited, equals(false));
39
});
40
41
- 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 {
42
await _flutter.run(withDebugger: true, pauseOnExceptions: true);
43
await Future<void>.delayed(requiredLifespan);
44
0 commit comments