diff --git a/packages/flutter/test/cupertino/button_test.dart b/packages/flutter/test/cupertino/button_test.dart index 086a248ab3..7926e1d08b 100644 --- a/packages/flutter/test/cupertino/button_test.dart +++ b/packages/flutter/test/cupertino/button_test.dart @@ -75,7 +75,7 @@ void main() { testWidgets('Custom padding', (WidgetTester tester) async { await tester.pumpWidget(boilerplate(child: const CupertinoButton( - child: const Text(' ', style: testStyle), + child: const Text('X', style: testStyle), onPressed: null, padding: const EdgeInsets.all(100.0), )));