Skip to content

Commit

Permalink
fix(test): resolve error on test in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzyct committed Oct 9, 2024
1 parent c74e7be commit 1e6b23c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/app_route_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ void main() {

// Navigate to dashboard
await tester.pumpAndSettle();
await tester.pumpAndSettle();

expect(find.byType(MainPage), findsOneWidget);
expect(find.byType(DashboardPage), findsOneWidget);
Expand Down

0 comments on commit 1e6b23c

Please sign in to comment.