Skip to content

Commit a77d30a

Browse files
committed
Format Cupertino slider semantics test
1 parent 4047f94 commit a77d30a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/flutter/test/cupertino/slider_test.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,7 @@ void main() {
468468
),
469469
);
470470

471-
expect(
472-
tester.getSemantics(find.byType(CupertinoSlider)),
473-
matchesSemantics(isSlider: true),
474-
);
471+
expect(tester.getSemantics(find.byType(CupertinoSlider)), matchesSemantics(isSlider: true));
475472

476473
handle.dispose();
477474
});

0 commit comments

Comments
 (0)