We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ff25e commit c72e937Copy full SHA for c72e937
test/routes/app_pages_test.dart
@@ -30,7 +30,7 @@ void main() {
30
test('All routes should be defined correctly', () {
31
final routes = AppPages.routes;
32
33
- expect(routes.length, 9);
+ expect(routes.length, 10);
34
35
expect(
36
routes.any((route) =>
0 commit comments