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:
parent
d5896d5ede
commit
eb74e5a497
@ -748,7 +748,7 @@ void main() {
|
|||||||
// golden file can be approved at any time.
|
// golden file can be approved at any time.
|
||||||
await tester.pumpWidget(RepaintBoundary(
|
await tester.pumpWidget(RepaintBoundary(
|
||||||
child: Container(
|
child: Container(
|
||||||
color: const Color(0x20240125),
|
color: const Color(0xFFF40125),
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user