From fca8bd44ab3f8f694c82e2ba5401593e0e26acdb Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 5 Oct 2016 15:52:56 +0200 Subject: Fix shared storage namespace in DecryptAll class --- tests/lib/Encryption/DecryptAllTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/Encryption/DecryptAllTest.php') 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( -- cgit v1.2.3