Skip to content

Commit

Permalink
Fixed image test with null response
Browse files Browse the repository at this point in the history
  • Loading branch information
eusonlito committed May 5, 2018
1 parent a48de99 commit a4ef380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function testMetaImage()
$response = $this->Meta->set('image', $text =self::text(80));

if ($i > 2) {
$this->assertTrue($response === null);
$this->assertTrue(empty($response));
} else {
$this->assertTrue($text === $response);
}
Expand Down

0 comments on commit a4ef380

Please sign in to comment.