Unverified Commit 795b23ef authored by xster's avatar xster Committed by GitHub

Fix cupertino icons mapping which was misaligned by 1 (#72384)

parent 6471a34d
...@@ -37,7 +37,5 @@ void main() { ...@@ -37,7 +37,5 @@ void main() {
find.byType(CupertinoNavigationDemo), find.byType(CupertinoNavigationDemo),
matchesGoldenFile('cupertino_navigation_demo.screen.2.png'), matchesGoldenFile('cupertino_navigation_demo.screen.2.png'),
); );
}, });
// TODO(egarciad): https://github.com/flutter/flutter/issues/69994
skip: true);
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
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