Fix TextProcessing test for 32bit

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-08-07 12:03:11 +02:00
parent af113ddad4
commit f62711d2ae

View file

@ -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() {