Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Boychenko committed Aug 2, 2022
1 parent 3e0bb16 commit 32a7e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ShellCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function testResizeAndBackgroundAndCanvas()
public function testResizeAndCanvasOnlyUseBlackBackground()
{
$this->assertEquals(
'-auto-orient -resize "150x100" -size 250x150 xc:#000000 +swap -gravity center -compose src-over -composite',
'-auto-orient -resize "150x100" -size 250x150 xc:#none +swap -gravity center -compose src-over -composite',
self::shellCommandString('150x100canvas250x150')
);
}
Expand Down

0 comments on commit 32a7e37

Please sign in to comment.