diff --git a/tests/ContentFieldsTest.php b/tests/ContentFieldsTest.php index 21995cb..c45ced5 100644 --- a/tests/ContentFieldsTest.php +++ b/tests/ContentFieldsTest.php @@ -97,8 +97,8 @@ public function testGalleryFieldValue() $this->assertTrue(strlen($image->url) > 0); } - // Testing the image in the 6th position - $image = $gallery->get()->get(6); + // Testing the image in the 0th position + $image = $gallery->get()->get(0); $this->assertEquals(1920, $image->width); $this->assertEquals(1080, $image->height); }