Fix TextProcessing test for 32bit

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/39660/head
Marcel Klehr 10 months ago
parent af113ddad4
commit f62711d2ae

@ -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…
Cancel
Save