summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-10-05 15:52:56 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-10-20 20:36:50 +0200
commitfca8bd44ab3f8f694c82e2ba5401593e0e26acdb (patch)
tree333fed54db5a2dcc7b7fe40211ca33bf9f84c584 /tests
parent246bb9f33d23340d821384b25097066f65c5d483 (diff)
downloadnextcloud-server-fca8bd44ab3f8f694c82e2ba5401593e0e26acdb.tar.gz
nextcloud-server-fca8bd44ab3f8f694c82e2ba5401593e0e26acdb.zip
Fix shared storage namespace in DecryptAll class
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Encryption/DecryptAllTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Encryption/DecryptAllTest.php b/tests/lib/Encryption/DecryptAllTest.php
index 7859a65ff6d..289e7de27ab 100644
--- a/tests/lib/Encryption/DecryptAllTest.php
+++ b/tests/lib/Encryption/DecryptAllTest.php
@@ -260,7 +260,7 @@ class DecryptAllTest extends TestCase {
->disableOriginalConstructor()->getMock();
$sharedStorage->expects($this->once())->method('instanceOfStorage')
- ->with('OC\Files\Storage\Shared')->willReturn(true);
+ ->with('OCA\Files_Sharing\SharedStorage')->willReturn(true);
$this->view->expects($this->at(0))->method('getDirectoryContent')
->with('/user1/files')->willReturn(