Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/controller/filehandlingcontrollertest.php')
-rw-r--r--tests/controller/filehandlingcontrollertest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/filehandlingcontrollertest.php b/tests/controller/filehandlingcontrollertest.php
index 0fa689a..3e78c1d 100644
--- a/tests/controller/filehandlingcontrollertest.php
+++ b/tests/controller/filehandlingcontrollertest.php
@@ -187,7 +187,7 @@ class FileHandlingControllerTest extends TestCase {
$status = $result->getStatus();
$this->assertSame(400, $status);
$this->assertArrayHasKey('message', $data);
- $this->assertSame('The file is too big.', $data['message']);
+ $this->assertSame('This file is too big to be opened. Please download the file instead.', $data['message']);
}
public function dataTestSave() {