Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 9, 2024
1 parent e041e39 commit 4104ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ResponsiveImages/ResponsiveImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@
$media = $this->testModelWithResponsiveImages->getFirstMedia();

expect($media->hasResponsiveImages())->toBeFalse();

expect($media->hasResponsiveImages('thumb'))->toBeFalse();
});

0 comments on commit 4104ba3

Please sign in to comment.