aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/Crypto/EncryptionTest.php
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-05-20 11:27:24 +0200
committerGitHub <noreply@github.com>2021-05-20 11:27:24 +0200
commit7ffee26aa8768736593c77dcb12d17978a6e06b2 (patch)
treef570754f02d47e081d61a9f0bf783ebd8d7cc780 /apps/encryption/tests/Crypto/EncryptionTest.php
parent5432c958be918bece086ccf32ffd86f68bbda675 (diff)
parentdc981623aa040c7e16dfcff16916a7706c689750 (diff)
downloadnextcloud-server-7ffee26aa8768736593c77dcb12d17978a6e06b2.tar.gz
nextcloud-server-7ffee26aa8768736593c77dcb12d17978a6e06b2.zip
Merge pull request #26511 from nextcloud/Valdnet-patch-4
l10n: Unify spelling
Diffstat (limited to 'apps/encryption/tests/Crypto/EncryptionTest.php')
-rw-r--r--apps/encryption/tests/Crypto/EncryptionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/Crypto/EncryptionTest.php b/apps/encryption/tests/Crypto/EncryptionTest.php
index c14ee22e879..b052dca2387 100644
--- a/apps/encryption/tests/Crypto/EncryptionTest.php
+++ b/apps/encryption/tests/Crypto/EncryptionTest.php
@@ -431,7 +431,7 @@ class EncryptionTest extends TestCase {
public function testDecrypt() {
$this->expectException(\OC\Encryption\Exceptions\DecryptionFailedException::class);
- $this->expectExceptionMessage('Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.');
+ $this->expectExceptionMessage('Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.');
$this->instance->decrypt('abc');
}