File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/devtools_app/test/screens/inspector/layout_explorer/flex Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ import 'package:flutter_test/flutter_test.dart';
1010import '../../../../test_infra/matchers/matchers.dart' ;
1111
1212void main () {
13- const relativeGoldenPath = '../../../../test_infra/goldens/inspector/layout_explorer/flex' ;
13+ const relativeGoldenPath =
14+ '../../../../test_infra/goldens/inspector/layout_explorer/flex' ;
1415
1516 group ('Arrow Golden Tests' , () {
1617 group ('Unidirectional' , () {
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ import '../../../../test_infra/matchers/matchers.dart';
1818// https://github.com/flutter/devtools/issues/1403
1919void main () {
2020 const windowSize = Size (1750 , 1750 );
21- const relativeGoldenPath = '../../../../test_infra/goldens/inspector/layout_explorer/flex' ;
21+ const relativeGoldenPath =
22+ '../../../../test_infra/goldens/inspector/layout_explorer/flex' ;
2223
2324 Map <String , Object > buildDiagnosticsNodeJson (Axis axis) => jsonDecode ('''
2425 {
You can’t perform that action at this time.
0 commit comments