Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck authored and github-actions[bot] committed May 24, 2024
1 parent c5a38f8 commit 1d4e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Manipulations/FitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1d4e9c5

Please sign in to comment.