File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
tests/Unit/Traits/Helpers Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace Rappasoft \LaravelLivewireTables \Tests \Unit \Traits \Helpers ;
44
5- use Rappasoft \LaravelLivewireTables \Tests \TestCase ;
65use Rappasoft \LaravelLivewireTables \Tests \Http \Livewire \PetsTable ;
6+ use Rappasoft \LaravelLivewireTables \Tests \TestCase ;
77
88final class SearchHelpersTest extends TestCase
99{
@@ -162,7 +162,7 @@ public function resetSearchConfiguration(): self
162162 $ this ->searchFilterLazy = null ;
163163 $ this ->searchFilterLive = null ;
164164 $ this ->searchFilterThrottle = null ;
165-
165+
166166 return $ this ;
167167 }
168168 };
@@ -193,6 +193,5 @@ public function resetSearchConfiguration(): self
193193
194194 $ this ->assertSame ('.live.throttle.599ms ' , $ temp ->getSearchOptions ());
195195
196-
197196 }
198197}
You can’t perform that action at this time.
0 commit comments