aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/lib/crypto/cryptTest.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-05-04 09:57:19 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-05-04 09:57:19 +0200
commit7376ea9b269af6cd6355ed9bf386097121c10c77 (patch)
tree39bd6ab083e6221c4affb5d2d423e66c24a82cc8 /apps/encryption/tests/lib/crypto/cryptTest.php
parent870ac88c85ffe20db9708b5a4c69fbe18102f0d6 (diff)
parent4a6808a0f4ea1a441599627fca6679513c93af95 (diff)
downloadnextcloud-server-7376ea9b269af6cd6355ed9bf386097121c10c77.tar.gz
nextcloud-server-7376ea9b269af6cd6355ed9bf386097121c10c77.zip
Merge pull request #15584 from owncloud/enc_fix_upload_shared_folder
skip user if we don't have a public key
Diffstat (limited to 'apps/encryption/tests/lib/crypto/cryptTest.php')
-rw-r--r--apps/encryption/tests/lib/crypto/cryptTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/lib/crypto/cryptTest.php b/apps/encryption/tests/lib/crypto/cryptTest.php
index 3ea57668348..4114adb115a 100644
--- a/apps/encryption/tests/lib/crypto/cryptTest.php
+++ b/apps/encryption/tests/lib/crypto/cryptTest.php
@@ -20,7 +20,7 @@
*/
-namespace OCA\Encryption\Tests\Crypt;
+namespace OCA\Encryption\Tests\lib\Crypto;
use OCA\Encryption\Crypto\Crypt;