mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
chore: fixup LocalTest to import from correct ns
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
c10aa29617
commit
6064165fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue