Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 23, 2024
1 parent 6cce8cd commit cea0bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HandlesAssertions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait HandlesAssertions
*/
protected function markTestSkippedUnless($condition, string $message): void
{
if (!value($condition)) {
if (! value($condition)) {
$this->markTestSkipped($message);
}
}
Expand Down

0 comments on commit cea0bab

Please sign in to comment.