diff options
Diffstat (limited to 'tests/lib/Files/ObjectStore/ObjectStoreTestCase.php')
-rw-r--r-- | tests/lib/Files/ObjectStore/ObjectStoreTestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/ObjectStore/ObjectStoreTestCase.php b/tests/lib/Files/ObjectStore/ObjectStoreTestCase.php index 71c9eb7d6d8..ecbfd9a37e6 100644 --- a/tests/lib/Files/ObjectStore/ObjectStoreTestCase.php +++ b/tests/lib/Files/ObjectStore/ObjectStoreTestCase.php @@ -13,7 +13,7 @@ abstract class ObjectStoreTestCase extends TestCase { /** @var string[] */ private $cleanup = []; - private $instance = nulL; + private $instance = null; /** * @return \OCP\Files\ObjectStore\IObjectStore |