Skip to content

Commit af96a67

Browse files
committed
Fix golden test for FormField on Desktop
1 parent e1dbc47 commit af96a67

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/dropdown_button2_test/test/examples/form_field_example_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import 'test_app.dart';
88
void main() {
99
runGoldenTests(
1010
'FormField Example',
11-
// NOTE: InputDecorator's contentPadding.vertical is incorrect on desktop
12-
// until https://github.com/flutter/flutter/issues/166201 is fixed
1311
(WidgetTester tester, ViewVariant variant) async {
1412
// GIVEN
1513
await tester.pumpTestApp(const FormFieldExample());
-45 Bytes
Loading

0 commit comments

Comments
 (0)