From 5c6869c6ebf03d88e8cbcb82ad567fdae657251a Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Mon, 29 Sep 2025 07:28:32 +0530 Subject: [PATCH] Update chat_bubble_test.dart --- test/dashbot/widgets/chat_bubble_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dashbot/widgets/chat_bubble_test.dart b/test/dashbot/widgets/chat_bubble_test.dart index c9482b6f..530d7a9e 100644 --- a/test/dashbot/widgets/chat_bubble_test.dart +++ b/test/dashbot/widgets/chat_bubble_test.dart @@ -113,7 +113,7 @@ void main() { await tester.tap(find.byIcon(Icons.copy_rounded)); await tester.pumpAndSettle(); - // TODO: //TODO: The below test works for `flutter run` but not for `flutter test` + // TODO: The below test works for `flutter run` but not for `flutter test` // final data = await Clipboard.getData('text/plain'); // expect(data?.text, 'Copy this please'); });