Skip to content

Commit 33c36a7

Browse files
Fixes test
1 parent a671c01 commit 33c36a7

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
@@ -181,7 +181,7 @@ public function test_numQueueWorkers_ShouldFail_IfTooHigh()
181181
$this->expectException(\Exception::class);
182182
$this->expectExceptionMessage('The value should be at most 16');
183183

184-
$this->settings->numQueueWorkers->setValue('17');
184+
$this->settings->numQueueWorkers->setValue('4097');
185185
}
186186

187187
public function test_numQueueWorkers_ShouldFail_IfTooLow()

0 commit comments

Comments
 (0)