Skip to content

Commit 92d7f34

Browse files
committed
Fixed string test
1 parent bed959f commit 92d7f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function testSaveChmod() {
206206
public function testToString(){
207207
$resize = ImageResize::createFromString(base64_decode($this->image_string));
208208
$image = $resize->toString();
209-
$this->assertEquals('R0lGODlhDwAPAJEAAAQCzMzO/Pz+/P///yH5BAEAAAMALAAAAAAPAA8AAAIghI95Aeytnkyh2suU3jwJcXybaJDdiaYqpWVG1bgwvBYAOw==', base64_encode($image));
209+
$this->assertEquals(79, strlen($image));
210210
}
211211

212212
public function testOutputGif() {

0 commit comments

Comments
 (0)