We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c36a7 commit bdd231aCopy full SHA for bdd231a
1 file changed
tests/Integration/SettingsTest.php
@@ -179,7 +179,7 @@ public function test_numQueueWorkers_ShouldFail_IfIsNumericButFloat()
179
public function test_numQueueWorkers_ShouldFail_IfTooHigh()
180
{
181
$this->expectException(\Exception::class);
182
- $this->expectExceptionMessage('The value should be at most 16');
+ $this->expectExceptionMessage('The value should be at most 4096');
183
184
$this->settings->numQueueWorkers->setValue('4097');
185
}
0 commit comments