diff --git a/tests/Manipulations/BorderTest.php b/tests/Manipulations/BorderTest.php index 71133a05..9c362353 100644 --- a/tests/Manipulations/BorderTest.php +++ b/tests/Manipulations/BorderTest.php @@ -10,7 +10,7 @@ $driver->loadFile(getTestJpg())->border(...$borderArguments)->save($targetFile); - assertMatchesImageSnapshot($targetFile, 0.3); + assertMatchesImageSnapshot($targetFile, 0.4); })->with('drivers')->with([ [[100, BorderType::Overlay, 'FAAAAA']], [[50, BorderType::Overlay, '333333']],