Skip to content

Commit

Permalink
Check should return true now because ImageSizeCheck changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 17, 2023
1 parent 62afb7c commit b7822d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Checks/Performance/ImageSizeCheckTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

$crawler->addHtmlContent(Http::get('vormkracht10.nl')->body());

$this->assertFalse($check->check(Http::get('vormkracht10.nl'), $crawler));
$this->assertTrue($check->check(Http::get('vormkracht10.nl'), $crawler));
});

it('can perform the image size check on small images', function () {
Expand Down

0 comments on commit b7822d4

Please sign in to comment.