From 44e828757fa837f5dd325641692914c9f5683bf1 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:14:03 -0800 Subject: [PATCH] Add comment --- .../lib/src/integration_test/integration_test_utils.dart | 1 + 1 file changed, 1 insertion(+) 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,