Skip to content

Commit ef9da62

Browse files
authored
Fix typo in test name (flutter#86083)
1 parent f149a04 commit ef9da62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/integration.shard/lifetime_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void main() {
3838
expect(_flutter.hasExited, equals(false));
3939
});
4040

41-
testWithoutContext('fluter run does not terminate when a debugger is attached and pause-on-exceptions', () async {
41+
testWithoutContext('flutter run does not terminate when a debugger is attached and pause-on-exceptions', () async {
4242
await _flutter.run(withDebugger: true, pauseOnExceptions: true);
4343
await Future<void>.delayed(requiredLifespan);
4444
expect(_flutter.hasExited, equals(false));

0 commit comments

Comments
 (0)