chore: fixup LocalTest to import from correct ns

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-03-27 22:34:03 -04:00 committed by GitHub
parent c10aa29617
commit 6064165fd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ namespace Test\Files\ObjectStore;
use OC\Files\Storage\Temporary;
use OCP\Files\ObjectStore\IObjectStore;
use Tests\Files\ObjectStore\StorageBackedObjectStore;
use Test\Files\ObjectStore\StorageBackedObjectStore;
class LocalTest extends ObjectStoreTestCase {
/**