Skip to content

Commit c72e937

Browse files
committed
fix: route update test updated
1 parent 51ff25e commit c72e937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/routes/app_pages_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void main() {
3030
test('All routes should be defined correctly', () {
3131
final routes = AppPages.routes;
3232

33-
expect(routes.length, 9);
33+
expect(routes.length, 10);
3434

3535
expect(
3636
routes.any((route) =>

0 commit comments

Comments
 (0)