Fix usage view tests
Follow up to #16049 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
23bcb715eb
commit
7da7acd0a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue