Skip to content

Commit ea9c599

Browse files
committed
clipboard test [nfc]: Remove unnecessary TODO
1 parent 38498c4 commit ea9c599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/widgets/clipboard_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ void main() {
3232
body: Builder(builder: (context) => Center(
3333
child: ElevatedButton(
3434
onPressed: () async {
35-
// TODO(i18n)
3635
copyWithPopup(context: context, successContent: const Text('Text copied'),
3736
data: ClipboardData(text: text));
3837
},

0 commit comments

Comments
 (0)