Unverified Commit dd23be39 authored by Dan Field's avatar Dan Field Committed by GitHub

Roll engine to f45572e95f93edb89b6750a4f36ad8ed7c0a2560 (#28178)

* Roll engine to f45572e95f93edb89b6750a4f36ad8ed7c0a2560

* update goldens

* update goldens version
parent 035e0765
f37b09a11b281b2a4e5dfcb45029069c3ac6e460 f45572e95f93edb89b6750a4f36ad8ed7c0a2560
ec90c64e598804d691c1c6bfcd191a63480e3053 316817d949c1f7051e8a4898486ae7643ce31167
...@@ -128,7 +128,7 @@ void main() { ...@@ -128,7 +128,7 @@ void main() {
await tester.pumpWidget(build(elevation.toDouble())); await tester.pumpWidget(build(elevation.toDouble()));
await expectLater( await expectLater(
find.byType(Container), find.byType(Container),
matchesGoldenFile('shadow.PhysicalShape.$elevation.png'), matchesGoldenFile('shadow.PhysicalShape.$elevation.1.png'),
); );
} }
debugDisableShadows = true; debugDisableShadows = true;
......
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