Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-07-02 16:50:36 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-07-02 16:50:36 +0300
commit7da7acd0a5f64b625460652b7a99435f216f5d1e (patch)
tree8675cc12da9d356f8ce39182ac1c3946b71bc65c /apps/files/tests
parent23bcb715ebedb60c538511d5f307a39f56a71a34 (diff)
Fix usage view tests
Follow up to #16049 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/tests')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php
index d051ab7258d..5f22648b279 100644
--- a/apps/files/tests/Controller/ViewControllerTest.php
+++ b/apps/files/tests/Controller/ViewControllerTest.php
@@ -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', '');