Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumard committed May 30, 2024
1 parent 38b38b6 commit 4cdd1c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void main() {
(Widget widget) =>
widget is Text && widget.data!.startsWith('Tap here'),
),
findsNWidgets(4),
findsNWidgets(5),
);
} else {
expect(
Expand Down

0 comments on commit 4cdd1c7

Please sign in to comment.