Skip to content

Commit

Permalink
Fix broken test when using flutter test
Browse files Browse the repository at this point in the history
  • Loading branch information
RHeckerIntel committed Feb 2, 2025
1 parent 42d0f82 commit 62e8881
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void main() {
);

await tester.tap(find.byType(IconButton));
await tester.pumpAndSettle();

expect(callbackCalled, true);
});
Expand Down

0 comments on commit 62e8881

Please sign in to comment.