Skip to content

Commit bdd231a

Browse files
Fixes test
1 parent 33c36a7 commit bdd231a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/SettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function test_numQueueWorkers_ShouldFail_IfIsNumericButFloat()
179179
public function test_numQueueWorkers_ShouldFail_IfTooHigh()
180180
{
181181
$this->expectException(\Exception::class);
182-
$this->expectExceptionMessage('The value should be at most 16');
182+
$this->expectExceptionMessage('The value should be at most 4096');
183183

184184
$this->settings->numQueueWorkers->setValue('4097');
185185
}

0 commit comments

Comments
 (0)