Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 1, 2019
1 parent 7c9e07f commit 8a404bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AlgoliaEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use PHPUnit\Framework\TestCase;
use Algolia\AlgoliaSearch\SearchClient;
use Laravel\Scout\Engines\AlgoliaEngine;
use Laravel\Scout\Tests\Fixtures\SearchableModel;
use Illuminate\Database\Eloquent\Collection;
use Laravel\Scout\Tests\Fixtures\SearchableModel;

class AlgoliaEngineTest extends TestCase
{
Expand Down Expand Up @@ -170,7 +170,7 @@ public function test_update_empty_searchable_array_from_soft_deleted_model_does_
}
}

class SoftDeletedEmptySearchableModel extends EmptyTestModel
class SoftDeletedEmptySearchableModel extends SearchableModel
{
public function toSearchableArray()
{
Expand Down

0 comments on commit 8a404bc

Please sign in to comment.