remove debugPrint from timePicker test (#117111)
This commit is contained in:
parent
9aa2ea150c
commit
409a39daea
@ -104,7 +104,6 @@ void main() {
|
|||||||
expect(dialogMaterial.shape, const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0))));
|
expect(dialogMaterial.shape, const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(4.0))));
|
||||||
|
|
||||||
final RenderBox dial = tester.firstRenderObject<RenderBox>(find.byType(CustomPaint));
|
final RenderBox dial = tester.firstRenderObject<RenderBox>(find.byType(CustomPaint));
|
||||||
debugPrint('Color: ${defaultTheme.colorScheme.onSurface.withOpacity(0.08)}');
|
|
||||||
expect(
|
expect(
|
||||||
dial,
|
dial,
|
||||||
paints
|
paints
|
||||||
|
Loading…
x
Reference in New Issue
Block a user