From 066faaec058ba487f214463d1b53603aaeaad646 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 31 Oct 2019 14:57:39 +0100 Subject: fix folder delete Signed-off-by: Robin Appelman --- tests/lib/Files/Cache/CacheTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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() { -- cgit v1.2.3