Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Dec 1, 2024
1 parent 7925182 commit 887d962
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Unit/Traits/Helpers/SearchHelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Rappasoft\LaravelLivewireTables\Tests\Unit\Traits\Helpers;

use Rappasoft\LaravelLivewireTables\Tests\TestCase;
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
use Rappasoft\LaravelLivewireTables\Tests\TestCase;

final class SearchHelpersTest extends TestCase
{
Expand Down Expand Up @@ -162,7 +162,7 @@ public function resetSearchConfiguration(): self
$this->searchFilterLazy = null;
$this->searchFilterLive = null;
$this->searchFilterThrottle = null;

return $this;
}
};
Expand Down Expand Up @@ -193,6 +193,5 @@ public function resetSearchConfiguration(): self

$this->assertSame('.live.throttle.599ms', $temp->getSearchOptions());


}
}

0 comments on commit 887d962

Please sign in to comment.