diff --git a/packages/flutter/test/widgets/basic_test.dart b/packages/flutter/test/widgets/basic_test.dart index 79e120162b..84719119b2 100644 --- a/packages/flutter/test/widgets/basic_test.dart +++ b/packages/flutter/test/widgets/basic_test.dart @@ -802,7 +802,7 @@ void main() { testWidgets('Inconsequential golden test', (WidgetTester tester) async { // The test validates the Flutter Gold integration. Any changes to the // golden file can be approved at any time. - await tester.pumpWidget(RepaintBoundary(child: Container(color: const Color(0xAAA61145)))); + await tester.pumpWidget(RepaintBoundary(child: Container(color: const Color(0xAFF61145)))); await tester.pumpAndSettle(); await expectLater(