From 1d4e9c536f1bf7b88e55555d0a1ae9eee6b76a99 Mon Sep 17 00:00:00 2001 From: timvandijck Date: Fri, 24 May 2024 14:08:59 +0000 Subject: [PATCH] Fix styling --- tests/Manipulations/FitTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Manipulations/FitTest.php b/tests/Manipulations/FitTest.php index 608b92b1..e5482a30 100644 --- a/tests/Manipulations/FitTest.php +++ b/tests/Manipulations/FitTest.php @@ -93,7 +93,7 @@ $targetFile = $this->tempDir->path("{$driver->driverName()}/fit-background.png"); $driver->loadFile(getTestJpg()) - ->fit(fit: Fit::Fill, desiredWidth: 800, desiredHeight: 200, backgroundColor: '#0073ff') + ->fit(fit: Fit::Fill, desiredWidth: 800, desiredHeight: 200, backgroundColor: '#0073ff') ->save($targetFile); assertMatchesImageSnapshot($targetFile);