From 80dad64b04d4c744cc65ce04dd499aae3461960b Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Sat, 22 Jun 2024 10:51:32 -0400 Subject: [PATCH] update unit tests --- tests/Unit/ResourceLimitsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/ResourceLimitsTest.php b/tests/Unit/ResourceLimitsTest.php index 7bc667a..e3b268e 100644 --- a/tests/Unit/ResourceLimitsTest.php +++ b/tests/Unit/ResourceLimitsTest.php @@ -4,7 +4,7 @@ use Spatie\PdfToImage\Pdf; beforeEach(function () { - $this->memory128MbInBytes = 134217728; + $this->memory128MbInBytes = 128000000; }); it('sets the area resource limit', function () {