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 4bae251baf
commit 41918cc8b2

View file

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