mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Remove assert since the root size of the home storage is no longer calculated
This commit is contained in:
parent
da386aad59
commit
bb8a7a2230
1 changed files with 0 additions and 1 deletions
1
tests/lib/files/cache/homecache.php
vendored
1
tests/lib/files/cache/homecache.php
vendored
|
|
@ -90,7 +90,6 @@ class HomeCache extends \PHPUnit_Framework_TestCase {
|
|||
|
||||
// check that files and root size ignored the unknown sizes
|
||||
$this->assertEquals(1000, $this->cache->calculateFolderSize('files'));
|
||||
$this->assertEquals(1000, $this->cache->calculateFolderSize(''));
|
||||
|
||||
// clean up
|
||||
$this->cache->remove('');
|
||||
|
|
|
|||
Loading…
Reference in a new issue