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.
This commit is contained in:
Kate Lovett 2024-03-12 15:20:51 -05:00 committed by GitHub
parent d5896d5ede
commit eb74e5a497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -748,7 +748,7 @@ void main() {
// golden file can be approved at any time.
await tester.pumpWidget(RepaintBoundary(
child: Container(
color: const Color(0x20240125),
color: const Color(0xFFF40125),
),
));