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