Fix typo in test name (#86083)
This commit is contained in:
parent
f149a0441e
commit
ef9da62325
@ -38,7 +38,7 @@ void main() {
|
|||||||
expect(_flutter.hasExited, equals(false));
|
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 _flutter.run(withDebugger: true, pauseOnExceptions: true);
|
||||||
await Future<void>.delayed(requiredLifespan);
|
await Future<void>.delayed(requiredLifespan);
|
||||||
expect(_flutter.hasExited, equals(false));
|
expect(_flutter.hasExited, equals(false));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user