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

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),
),
));