Skip to content

Commit

Permalink
add test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jul 16, 2024
1 parent 66113a1 commit 9473791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/navbar_router_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ void main() {
expect(NavbarNotifier.stackHistory, equals([0]));
});

// This
// This testing is not triggering indexChangeListner on back press
// testWidgets('back button should trigger IndexChangeListener',
// (WidgetTester tester) async {
// int index = 0;
Expand Down

1 comment on commit 9473791

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.