Skip to content

Commit e479356

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 47e5c8c commit e479356

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/Unit/Views/Filters/FilterTestCase.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Rappasoft\LaravelLivewireTables\Tests\Unit\Views\Filters;
44

5+
use Illuminate\View\ComponentAttributeBag;
56
use PHPUnit\Framework\Attributes\Group;
67
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
7-
use Illuminate\View\ComponentAttributeBag;
88

99
#[Group('Filters')]
1010
abstract class FilterTestCase extends TestCase
@@ -184,7 +184,6 @@ public function test_can_set_custom_pill_attributes(): void
184184

185185
$this->assertSame($attributes, $filter->getPillAttributes());
186186

187-
188187
}
189188

190189
public function test_can_set_custom_pill_attributes_bag(): void
@@ -196,6 +195,4 @@ public function test_can_set_custom_pill_attributes_bag(): void
196195
$this->assertSame(new ComponentAttributeBag($attributes)->getAttributes(), $filter->getPillAttributesBag()->getAttributes());
197196

198197
}
199-
200-
201198
}

0 commit comments

Comments
 (0)