From 05d604c8707f9e152b1ad4cfa78b03aa70c5769c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 26 Dec 2023 13:58:16 +0100 Subject: [PATCH] wip --- tests/Pest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pest.php b/tests/Pest.php index 8a7fb04..244857c 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -39,5 +39,5 @@ function assertMatchesPdfSnapshot(string $pdfPath): void $imagick->setImageFormat('png'); file_put_contents($imagePath, $imagick); - assertMatchesImageSnapshot($imagePath); + assertMatchesImageSnapshot($imagePath, 0.3); }