diff --git a/packages/flutter_tools/test/integration/flutter_attach_test.dart b/packages/flutter_tools/test/integration/flutter_attach_test.dart index 8235b844cdf..24717edf2a7 100644 --- a/packages/flutter_tools/test/integration/flutter_attach_test.dart +++ b/packages/flutter_tools/test/integration/flutter_attach_test.dart @@ -27,8 +27,8 @@ void main() { // We can't call stop() on both of these because they'll both try to stop the // same app. Just quit the attach process and then send a stop to the original // process. - await _flutterAttach.quit(); await _flutterRun.stop(); + await _flutterAttach.quit(); tryToDelete(tempDir); });