diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index d051ab7258d7d..5f22648b27907 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -141,7 +141,7 @@ public function testIndexWithRegularBrowser() { $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', '');