Skip to content

Commit 8a404bc

Browse files
committed
Fix test
1 parent 7c9e07f commit 8a404bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AlgoliaEngineTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use PHPUnit\Framework\TestCase;
99
use Algolia\AlgoliaSearch\SearchClient;
1010
use Laravel\Scout\Engines\AlgoliaEngine;
11-
use Laravel\Scout\Tests\Fixtures\SearchableModel;
1211
use Illuminate\Database\Eloquent\Collection;
12+
use Laravel\Scout\Tests\Fixtures\SearchableModel;
1313

1414
class AlgoliaEngineTest extends TestCase
1515
{
@@ -170,7 +170,7 @@ public function test_update_empty_searchable_array_from_soft_deleted_model_does_
170170
}
171171
}
172172

173-
class SoftDeletedEmptySearchableModel extends EmptyTestModel
173+
class SoftDeletedEmptySearchableModel extends SearchableModel
174174
{
175175
public function toSearchableArray()
176176
{

0 commit comments

Comments
 (0)