Skip to content

Commit c4c524f

Browse files
authored
Correct test image extension
1 parent 647e193 commit c4c524f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Images/GDHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function testImageSave()
334334

335335
public function testImageConvert()
336336
{
337-
$this->handler->withFile($this->origin . 'ci-logo.jpg');
337+
$this->handler->withFile($this->origin . 'ci-logo.jpeg');
338338
$this->handler->getResource(); // make sure resource is loaded
339339
$this->handler->convert(IMAGETYPE_PNG);
340340
$this->handler->save($this->start . 'work/ci-logo.png');

0 commit comments

Comments
 (0)