aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/mount
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/files/mount')
-rw-r--r--tests/lib/files/mount/mount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/mount/mount.php b/tests/lib/files/mount/mount.php
index b057204ad35..c3d33e0870b 100644
--- a/tests/lib/files/mount/mount.php
+++ b/tests/lib/files/mount/mount.php
@@ -35,7 +35,7 @@ class Mount extends \PHPUnit_Framework_TestCase {
};
$loader = new Loader();
- $loader->addStorageWrapper($wrapper);
+ $loader->addStorageWrapper('test_wrapper', $wrapper);
$storage = $this->getMockBuilder('\OC\Files\Storage\Temporary')
->disableOriginalConstructor()