We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a23a2a commit 7141c2aCopy full SHA for 7141c2a
packages/flutter/test/widgets/basic_test.dart
@@ -802,7 +802,7 @@ void main() {
802
testWidgets('Inconsequential golden test', (WidgetTester tester) async {
803
// The test validates the Flutter Gold integration. Any changes to the
804
// golden file can be approved at any time.
805
- await tester.pumpWidget(RepaintBoundary(child: Container(color: const Color(0xFF161145))));
+ await tester.pumpWidget(RepaintBoundary(child: Container(color: const Color(0xAAA61145))));
806
807
await tester.pumpAndSettle();
808
await expectLater(
0 commit comments