Skip to content

Commit

Permalink
Fixed Test
Browse files Browse the repository at this point in the history
  • Loading branch information
poldixd committed Sep 21, 2023
1 parent 5b32e8f commit 09a6aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LaravelFeatherBladeComponentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public function icon_has_custom_css_class()
$output = view('blade_component_icon_has_custom_css_class')->render();

$this->assertStringContainsString('<svg', $output);
$this->assertStringContainsString('class="feather feather-activity custom-class" style="color: red" x-show="showIcon === true"', $output);
$this->assertStringContainsString('class="feather feather-activity custom-class" style="color: red;" x-show="showIcon === true"', $output);
}
}

0 comments on commit 09a6aec

Please sign in to comment.