Style nits
This commit is contained in:
parent
328647aa6e
commit
04ad0ffa1e
@ -854,7 +854,7 @@ void main() {
|
||||
|
||||
await expectLater(
|
||||
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.
|
||||
|
@ -328,7 +328,7 @@ void main() {
|
||||
);
|
||||
await expectLater(
|
||||
find.byType(RepaintBoundary).first,
|
||||
matchesSkiaGoldFile('clip.ClipRectOverlay.png')
|
||||
matchesSkiaGoldFile('clip.ClipRectOverlay.png'),
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -267,7 +267,7 @@ void main() {
|
||||
);
|
||||
await expectLater(
|
||||
find.byType(Container),
|
||||
matchesSkiaGoldFile('text_golden.Strut.1.png')
|
||||
matchesSkiaGoldFile('text_golden.Strut.1.png'),
|
||||
);
|
||||
},);
|
||||
|
||||
@ -295,7 +295,7 @@ void main() {
|
||||
);
|
||||
await expectLater(
|
||||
find.byType(Container),
|
||||
matchesSkiaGoldFile('text_golden.Strut.2.png')
|
||||
matchesSkiaGoldFile('text_golden.Strut.2.png'),
|
||||
);
|
||||
},);
|
||||
|
||||
@ -346,7 +346,7 @@ void main() {
|
||||
);
|
||||
await expectLater(
|
||||
find.byType(Container),
|
||||
matchesSkiaGoldFile('text_golden.Strut.3.png')
|
||||
matchesSkiaGoldFile('text_golden.Strut.3.png'),
|
||||
);
|
||||
},);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user