mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Fix TextProcessing test for 32bit
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
af113ddad4
commit
f62711d2ae
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,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