Skip to content

Commit 8983a1f

Browse files
committed
Cleanup unused imports
1 parent ac7266d commit 8983a1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/HtmlCodeTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
namespace InteractionDesignFoundation\NovaHtmlCodeField\Tests;
44

5-
use InteractionDesignFoundation\HtmlCard\MarkdownConverter;
6-
use Illuminate\Support\Facades\App;
75
use InteractionDesignFoundation\NovaHtmlCodeField\HtmlCode;
86

97
final class HtmlCodeTest extends TestCase
108
{
119
/** @test */
12-
public function it_throws_an_exception_if_invlid_template_used(): void
10+
public function it_throws_an_exception_if_invalid_template_used(): void
1311
{
1412
$this->expectException(\InvalidArgumentException::class);
1513

0 commit comments

Comments
 (0)