diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 18:50:56 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 18:50:56 +0200 |
commit | 8abf6e0ed1c50c1ace8e83bd5940ae7156726ba4 (patch) | |
tree | 11aad8ca1c57a01edbb5ae754110d0c61c8e4f4e /tests | |
parent | 555a3b597ecca723c9ba25ed9d2b8965bfe92cc9 (diff) | |
download | nextcloud-server-8abf6e0ed1c50c1ace8e83bd5940ae7156726ba4.tar.gz nextcloud-server-8abf6e0ed1c50c1ace8e83bd5940ae7156726ba4.zip |
fixed code
Diffstat (limited to 'tests')
-rw-r--r-- | tests/core/command/encryption/changekeystorageroottest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/command/encryption/changekeystorageroottest.php b/tests/core/command/encryption/changekeystorageroottest.php index 6cb52cdea99..7308545d108 100644 --- a/tests/core/command/encryption/changekeystorageroottest.php +++ b/tests/core/command/encryption/changekeystorageroottest.php @@ -173,7 +173,7 @@ class ChangeKeyStorageRootTest extends TestCase { $this->view->expects($this->once())->method('file_put_contents') ->with('newRoot/' . \OC\Encryption\Keys\Storage::KEY_STORAGE_MARKER, - 'ownCloud will detect this folder as key storage root only if this file exists'); + 'Nextcloud will detect this folder as key storage root only if this file exists'); $this->invokePrivate($this->changeKeyStorageRoot, 'prepareNewRoot', ['newRoot']); } |