mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
fix test
This commit is contained in:
parent
2139a031e7
commit
f18338d932
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ class ViewControllerTest extends TestCase {
|
|||
[
|
||||
'id' => 'recent',
|
||||
'appname' => 'files',
|
||||
'script' => 'list.php',
|
||||
'script' => 'recentlist.php',
|
||||
'order' => 2,
|
||||
'name' => (string)new \OC_L10N_String(new \OC_L10N('files'), 'Recent', []),
|
||||
'active' => false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue