Skip to content

Commit

Permalink
Dev: Typo in test data
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 6, 2017
1 parent f25f06a commit 21a7c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/views/adminBaseViews.php
Expand Up @@ -9,11 +9,11 @@
['login' ,['route'=>'authentication/sa/login']],
['index' ,['route'=>'index']],
['createSurvey' ,['route'=>'survey/sa/newsurvey']],
['listSurveys' ,['route'=>'urvey/sa/listsurvey']],
['listSurveys' ,['route'=>'survey/sa/listsurvey']],
['createSurveyGroups' ,['route'=>'surveysgroups/sa/create']],
['globalsettings' ,['route'=>'globalsettings']],
['update' ,['route'=>'update']],
['viewLabelSets' ,['route'=>'labels/sa/view']],
['createLabelSets' ,['route'=>'labels/sa/newlabelset']],
['templateOptions' ,['route'=>'templateoptions']],
];
];

0 comments on commit 21a7c5f

Please sign in to comment.