Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Jun 22, 2024
1 parent f9bb051 commit 80dad64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ResourceLimitsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Spatie\PdfToImage\Pdf;

beforeEach(function () {
$this->memory128MbInBytes = 134217728;
$this->memory128MbInBytes = 128000000;
});

it('sets the area resource limit', function () {
Expand Down

0 comments on commit 80dad64

Please sign in to comment.