diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/files/stream/encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/stream/encryption.php b/tests/lib/files/stream/encryption.php index 0b34de8ae12..892491cbc32 100644 --- a/tests/lib/files/stream/encryption.php +++ b/tests/lib/files/stream/encryption.php @@ -44,7 +44,7 @@ class Encryption extends \Test\TestCase { return \OC\Files\Stream\Encryption::wrap($source, $internalPath, $fullPath, $header, $uid, $encryptionModule, $storage, $encStorage, - $util, $file, $mode, $size, $unencryptedSize); + $util, $file, $mode, $size, $unencryptedSize, 8192); } /** |