Unverified Commit eb74e5a4 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

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.
parent d5896d5e
......@@ -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),
),
));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment