Browse Source

Fix usage view tests

Follow up to #16049

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v17.0.0beta1
Roeland Jago Douma 5 years ago
parent
commit
7da7acd0a5
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/tests/Controller/ViewControllerTest.php

+ 1
- 1
apps/files/tests/Controller/ViewControllerTest.php View File

@@ -141,7 +141,7 @@ class ViewControllerTest extends TestCase {

$nav = new Template('files', 'appnavigation');
$nav->assign('usage_relative', 123);
$nav->assign('usage', '123 B');
$nav->assign('usage', '100 KB');
$nav->assign('quota', 100);
$nav->assign('total_space', '100 B');
//$nav->assign('webdavurl', '');

Loading…
Cancel
Save