Skip to content

Commit

Permalink
Fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Oct 14, 2024
1 parent 33c36a7 commit bdd231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/SettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function test_numQueueWorkers_ShouldFail_IfIsNumericButFloat()
public function test_numQueueWorkers_ShouldFail_IfTooHigh()
{
$this->expectException(\Exception::class);
$this->expectExceptionMessage('The value should be at most 16');
$this->expectExceptionMessage('The value should be at most 4096');

$this->settings->numQueueWorkers->setValue('4097');
}
Expand Down

0 comments on commit bdd231a

Please sign in to comment.