diff --git a/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart b/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart index 605df1e5e47..367bf2b64ca 100644 --- a/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart +++ b/packages/devtools_test/lib/src/integration_test/integration_test_utils.dart @@ -28,6 +28,7 @@ Future resetHistory() async { .resetHistory(); } +// small edit, remove. Future pumpAndConnectDevTools( WidgetTester tester, TestApp testApp,