Skip to content

Commit 78c9a23

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent c2b7359 commit 78c9a23

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/Unit/DataTransferObjects/FilterPillDataTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ public function test_can_get_filter_title()
5757
$customPillBlade = 'test-blade';
5858
$filterPillsItemAttributes = ['default' => true, 'default-colors' => true, 'default-styling' => true];
5959
$dto = FilterPillData::make($filterKey, $filterPillTitle, $filterPillValue, $separator, $isAnExternalLivewireFilter, $hasCustomPillBlade, $customPillBlade, $filterPillsItemAttributes, false, false, [], false);
60-
60+
6161
$this->assertSame($dto->getTitle(), $filterPillTitle);
6262
}
6363

64-
6564
public function test_can_get_filter_value()
6665
{
6766
$filterPillTitle = 'filterPillTitle';
@@ -151,7 +150,6 @@ public function test_can_get_filter_pill_display_data_html()
151150
$renderPillsAsHtml = true;
152151
$renderPillsTitleAsHtml = false;
153152

154-
155153
$dto = FilterPillData::make($filterKey, $filterPillTitle, $filterPillValue, $separator, $isAnExternalLivewireFilter, $hasCustomPillBlade, $customPillBlade, $filterPillsItemAttributes, $renderPillsAsHtml, false, [], $renderPillsTitleAsHtml);
156154
$displayData = new ComponentAttributeBag($dto->getExternalFilterPillDisplayDataArray());
157155
$bag = new ComponentAttributeBag(['x-html' => 'displayString']);
@@ -173,7 +171,7 @@ public function test_can_get_filter_pill_display_data_non_html()
173171
$renderPillsTitleAsHtml = false;
174172

175173
$filterPillsItemAttributes = ['default' => true, 'default-colors' => true, 'default-styling' => true];
176-
174+
177175
$dto = FilterPillData::make($filterKey, $filterPillTitle, $filterPillValue, $separator, $isAnExternalLivewireFilter, $hasCustomPillBlade, $customPillBlade, $filterPillsItemAttributes, $renderPillsAsHtml, false, [], $renderPillsTitleAsHtml);
178176
$displayData = new ComponentAttributeBag($dto->getExternalFilterPillDisplayDataArray());
179177
$bag = new ComponentAttributeBag(['x-text' => 'displayString']);

0 commit comments

Comments
 (0)