Skip to content

Commit af50ac2

Browse files
Put finder into group
1 parent d1b6622 commit af50ac2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/flutter_switch_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import '../lib/flutter_switch.dart';
55

66
void main() {
77
group("FlutterSwitch", () {
8-
98
final alignToggleIndicatorFinder = find.byWidgetPredicate(
10-
(widget) => widget is Align && widget.child is Container);
9+
(widget) => widget is Align && widget.child is Container);
1110

1211
testWidgets(
1312
"displays the toggle indicator on the right if the given value is true",

0 commit comments

Comments
 (0)