Skip to content

Commit 5c6869c

Browse files
committed
Update chat_bubble_test.dart
1 parent f38ee9f commit 5c6869c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dashbot/widgets/chat_bubble_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void main() {
113113
await tester.tap(find.byIcon(Icons.copy_rounded));
114114
await tester.pumpAndSettle();
115115

116-
// TODO: //TODO: The below test works for `flutter run` but not for `flutter test`
116+
// TODO: The below test works for `flutter run` but not for `flutter test`
117117
// final data = await Clipboard.getData('text/plain');
118118
// expect(data?.text, 'Copy this please');
119119
});

0 commit comments

Comments
 (0)