Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhtai committed Aug 20, 2024
1 parent 4a1d9ee commit 2a15e58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/go_router/test/extension_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ void main() {
final GoRouter router = await createGoRouter(tester);
await tester.tap(find.text('Settings'));
await tester.pumpAndSettle();
final ImperativeRouteMatch routeMatch = router
.routerDelegate.currentConfiguration.last as ImperativeRouteMatch;
expect(routeMatch.matches.uri.toString(),
expect(router.routerDelegate.currentConfiguration.uri.toString(),
'/page-0/settings?search=notification');
});
});
Expand Down

0 comments on commit 2a15e58

Please sign in to comment.