Skip to content

Commit

Permalink
Remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje committed Mar 1, 2025
1 parent 81f6384 commit 8a1c410
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/MailableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
expect(Renderer::resolveNodeExecutable())->toEqual('/path/to/node');
});

const EXPECTED_HTML = <<<HTML
HTML;

class TestMailable extends ReactMailable
{
public function __construct(public array $user = ['name' => 'test']) { }
Expand Down

0 comments on commit 8a1c410

Please sign in to comment.