From 5283e9a5e2a6ac8627cef854d9534cccce81bdd2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 12 May 2025 16:17:59 +0200 Subject: test: Cleanup tests/lib/Files/* Signed-off-by: Joas Schilling --- tests/lib/Files/ObjectStore/LocalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/Files/ObjectStore/LocalTest.php') diff --git a/tests/lib/Files/ObjectStore/LocalTest.php b/tests/lib/Files/ObjectStore/LocalTest.php index 99c5b61534f..3b561c01049 100644 --- a/tests/lib/Files/ObjectStore/LocalTest.php +++ b/tests/lib/Files/ObjectStore/LocalTest.php @@ -9,7 +9,7 @@ namespace Test\Files\ObjectStore; use OC\Files\ObjectStore\StorageObjectStore; use OC\Files\Storage\Temporary; -class LocalTest extends ObjectStoreTest { +class LocalTest extends ObjectStoreTestCase { /** * @return \OCP\Files\ObjectStore\IObjectStore */ -- cgit v1.2.3