Skip to content

Commit

Permalink
fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad99-9 committed Nov 17, 2023
1 parent b436257 commit aa208d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/widget_tests/widgets/post_widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ void main() {

// Simulate a reaction change on the MultiReactButton
await tester.tap(
multiReactButtonFinder,); // Replace with your actual tap action
multiReactButtonFinder,
); // Replace with your actual tap action
await tester.pump();

// Ensure that onReactionChanged callback was triggered
Expand Down

0 comments on commit aa208d9

Please sign in to comment.