diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-02 15:50:36 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-02 15:50:36 +0200 |
commit | 7da7acd0a5f64b625460652b7a99435f216f5d1e (patch) | |
tree | 8675cc12da9d356f8ce39182ac1c3946b71bc65c /apps/files/tests | |
parent | 23bcb715ebedb60c538511d5f307a39f56a71a34 (diff) | |
download | nextcloud-server-7da7acd0a5f64b625460652b7a99435f216f5d1e.tar.gz nextcloud-server-7da7acd0a5f64b625460652b7a99435f216f5d1e.zip |
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.php | 2 |
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', ''); |