Skip to content

Commit b7ca663

Browse files
authored
Use test-livewire-column-component
1 parent 145c44c commit b7ca663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Views/Columns/LivewireComponentColumnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function pubGetHtmlString(array $attributes, string $key)
118118
{
119119
return $this->getHtmlString($attributes, $key);
120120
}
121-
})->component('test-component')->attributes(function ($columnValue, $row) {
121+
})->component('test-livewire-column-component')->attributes(function ($columnValue, $row) {
122122
return [
123123
'type' => 'test',
124124
'name' => $row->name,

0 commit comments

Comments
 (0)