Skip to content

Commit

Permalink
Update MakesAssertions.php
Browse files Browse the repository at this point in the history
remove whitespace
  • Loading branch information
F2210 authored Jan 6, 2025
1 parent e7cc02e commit 5e96a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/MakesAssertions.php
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ public function assertAttributeDoesntContain($selector, $attribute, $value)
if (is_null($actual)) {
return $this;
}

PHPUnit::assertStringNotContainsString(
$value,
$actual,
Expand Down

0 comments on commit 5e96a56

Please sign in to comment.