Skip to content

Commit

Permalink
fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 committed Nov 26, 2023
1 parent 38da856 commit f600e67
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,9 @@ void main() {
16,
);
expect(
(tester.widgetList(switches).toList()[1] as Switch).value, true);
(tester.widgetList(switches).toList()[1] as Switch).value,
true,
);
await tester.ensureVisible(switches.at(1));
await tester.tap(switches.at(1));
await tester.pumpAndSettle();
Expand Down

0 comments on commit f600e67

Please sign in to comment.