Skip to content

Commit

Permalink
Update widget_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis authored Aug 18, 2023
1 parent 864da59 commit 617ec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main() {

// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);
expect(find.text('1'), findsNothing);
expect(find.text('2'), findsNothing);

// Tap the '+' icon and trigger a frame.
await tester.tap(find.byIcon(Icons.add));
Expand Down

0 comments on commit 617ec02

Please sign in to comment.