Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 20, 2024
1 parent 892f1ee commit bf84741
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/framework/tests/Feature/HelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function testUnslashFunctionTrimsTrailingSlashes()
/** @covers ::asset */
public function testAssetFunction()
{

$this->assertSame(Hyde::asset('app.css'), asset('app.css'));
$this->assertSame('media/app.css', asset('app.css'));
}
Expand Down

0 comments on commit bf84741

Please sign in to comment.