From b7822d42a9b31b099bed30f6165358b3613b264a Mon Sep 17 00:00:00 2001 From: Bas van Dinther Date: Thu, 17 Aug 2023 09:48:26 +0200 Subject: [PATCH] Check should return true now because ImageSizeCheck changed --- tests/Checks/Performance/ImageSizeCheckTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Checks/Performance/ImageSizeCheckTest.php b/tests/Checks/Performance/ImageSizeCheckTest.php index 02275082..ce7918cf 100644 --- a/tests/Checks/Performance/ImageSizeCheckTest.php +++ b/tests/Checks/Performance/ImageSizeCheckTest.php @@ -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 () {