diff options
author | Robin Appelman <robin@icewind.nl> | 2019-10-31 14:57:39 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2019-11-13 12:39:46 +0100 |
commit | 066faaec058ba487f214463d1b53603aaeaad646 (patch) | |
tree | 6425d460f912302a34f691b2b381b794ebd225e5 /tests | |
parent | 43fa746ad9eeb8c4596a33aa5b0d9a423dee4da4 (diff) | |
download | nextcloud-server-066faaec058ba487f214463d1b53603aaeaad646.tar.gz nextcloud-server-066faaec058ba487f214463d1b53603aaeaad646.zip |
fix folder delete
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Files/Cache/CacheTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Files/Cache/CacheTest.php b/tests/lib/Files/Cache/CacheTest.php index f6794cfa2f0..ccdfbbd065b 100644 --- a/tests/lib/Files/Cache/CacheTest.php +++ b/tests/lib/Files/Cache/CacheTest.php @@ -773,6 +773,8 @@ class CacheTest extends \Test\TestCase { $this->assertEquals(0, $entry->getCreationTime()); $this->assertEquals(25, $entry->getUploadTime()); $this->assertEquals(null, $entry->getMetadataEtag()); + + $this->cache->remove("sub"); } protected function tearDown() { |