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'); });