File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ abstract class _Paths {
2424 _Paths ._();
2525 static const HOME = '/home' ;
2626 static const ONBOARDING = '/onboarding' ;
27- static const SPLASH = '/splash ' ;
27+ static const SPLASH = '/' ;
2828 static const MANAGE_TASK_SERVER = '/manage-task-server' ;
2929 static const DETAIL_ROUTE = '/detail-route' ;
3030 static const PROFILE = '/profile' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ void main() {
55 test ('Routes should be defined correctly' , () {
66 expect (Routes .HOME , '/home' );
77 expect (Routes .ONBOARDING , '/onboarding' );
8- expect (Routes .SPLASH , '/splash ' );
8+ expect (Routes .SPLASH , '/' );
99 expect (Routes .MANAGE_TASK_SERVER , '/manage-task-server' );
1010 expect (Routes .DETAIL_ROUTE , '/detail-route' );
1111 expect (Routes .PROFILE , '/profile' );
You can’t perform that action at this time.
0 commit comments