Remove assert since the root size of the home storage is no longer calculated

This commit is contained in:
Robin Appelman 2014-03-03 16:48:06 +01:00
parent da386aad59
commit bb8a7a2230

View file

@ -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('');