mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Fix usage view tests
Follow up to #16049 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
@@ -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', '');
|
||||
|
||||
Reference in New Issue
Block a user