mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix TextProcessing test for 32bit
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
4bae251baf
commit
41918cc8b2
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ class TextProcessingTest extends \Test\TestCase {
|
|||
|
||||
public function testNonexistentTask() {
|
||||
$this->expectException(NotFoundException::class);
|
||||
$this->manager->getTask(98765432456);
|
||||
$this->manager->getTask(2147483646);
|
||||
}
|
||||
|
||||
public function testTaskFailure() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue