Skip to content

Commit eb74e5a

Browse files
authored
Update gold validator to check for regression in flutter-gold check (#145008)
There were some recent change in flutter/cocoon. Check that the bot warns and holds up the PR as expected.
1 parent d5896d5 commit eb74e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/test/widgets/basic_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ void main() {
748748
// golden file can be approved at any time.
749749
await tester.pumpWidget(RepaintBoundary(
750750
child: Container(
751-
color: const Color(0x20240125),
751+
color: const Color(0xFFF40125),
752752
),
753753
));
754754

0 commit comments

Comments
 (0)