Style nits

This commit is contained in:
Kate Lovett 2019-04-25 15:30:58 -07:00
parent 328647aa6e
commit 04ad0ffa1e
4 changed files with 6 additions and 6 deletions

View File

@ -854,7 +854,7 @@ void main() {
await expectLater( await expectLater(
find.byType(CupertinoDatePicker), find.byType(CupertinoDatePicker),
matchesSkiaGoldFile('date_picker_test.datetime.initial.png') matchesSkiaGoldFile('date_picker_test.datetime.initial.png'),
); );
// Slightly drag the hour component to make the current hour off-center. // Slightly drag the hour component to make the current hour off-center.

View File

@ -49,7 +49,7 @@ void main() {
await expectLater( await expectLater(
find.byType(RichText), find.byType(RichText),
matchesSkiaGoldFile('localized_fonts.rich_text.styled_text_span.png'), matchesSkiaGoldFile('localized_fonts.rich_text.styled_text_span.png'),
); );
}, },
); );

View File

@ -328,7 +328,7 @@ void main() {
); );
await expectLater( await expectLater(
find.byType(RepaintBoundary).first, find.byType(RepaintBoundary).first,
matchesSkiaGoldFile('clip.ClipRectOverlay.png') matchesSkiaGoldFile('clip.ClipRectOverlay.png'),
); );
}); });

View File

@ -267,7 +267,7 @@ void main() {
); );
await expectLater( await expectLater(
find.byType(Container), find.byType(Container),
matchesSkiaGoldFile('text_golden.Strut.1.png') matchesSkiaGoldFile('text_golden.Strut.1.png'),
); );
},); },);
@ -295,7 +295,7 @@ void main() {
); );
await expectLater( await expectLater(
find.byType(Container), find.byType(Container),
matchesSkiaGoldFile('text_golden.Strut.2.png') matchesSkiaGoldFile('text_golden.Strut.2.png'),
); );
},); },);
@ -346,7 +346,7 @@ void main() {
); );
await expectLater( await expectLater(
find.byType(Container), find.byType(Container),
matchesSkiaGoldFile('text_golden.Strut.3.png') matchesSkiaGoldFile('text_golden.Strut.3.png'),
); );
},); },);