Skip to content

Commit 5b4950a

Browse files
authored
Add Veterinary into ArrayColumnTest instance
1 parent e21abaa commit 5b4950a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Views/Columns/ArrayColumnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use PHPUnit\Framework\Attributes\Group;
66
use Rappasoft\LaravelLivewireTables\Exceptions\DataTableConfigurationException;
7-
use Rappasoft\LaravelLivewireTables\Tests\Models\Pet;
87
use Rappasoft\LaravelLivewireTables\Views\Columns\ArrayColumn;
8+
use Rappasoft\LaravelLivewireTables\Tests\Models\{Pet,Veterinary};
99

1010
#[Group('Columns')]
1111
final class ArrayColumnTest extends ColumnTestCase

0 commit comments

Comments
 (0)