Unverified Commit 4f240a4d authored by amirh's avatar amirh Committed by GitHub

Fix 'Animated images' demo name in Gallery's test. (#13240)

In https://github.com/flutter/flutter/pull/13141 I updated the demo name
from 'Animated Images' to 'Animated images' before submitted, but did
not update the name in the smoketest and transitions_perf test.
parent d2fc828a
...@@ -101,7 +101,7 @@ const List<Demo> demos = const <Demo>[ ...@@ -101,7 +101,7 @@ const List<Demo> demos = const <Demo>[
const Demo('Switches'), const Demo('Switches'),
// Media // Media
const Demo('Animated Images'), const Demo('Animated images'),
// Style // Style
const Demo('Colors'), const Demo('Colors'),
......
...@@ -75,7 +75,7 @@ const List<Demo> demos = const <Demo>[ ...@@ -75,7 +75,7 @@ const List<Demo> demos = const <Demo>[
const Demo('Switches'), const Demo('Switches'),
// Media // Media
const Demo('Animated Images'), const Demo('Animated images'),
// Style // Style
const Demo('Colors'), const Demo('Colors'),
......
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