Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed Jun 29, 2023
1 parent 087a1ad commit 565d29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/FindsSearchableModelsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

expect($this->getSearchableModels())
->toHaveCount(2)
->first()->toBe(SearchableModel::class)
->last()->toBe(SearchableModelForPattern::class);
->toContain(SearchableModel::class)
->toContain(SearchableModelForPattern::class);
});

it('can get searchable models with pattern', function () {
Expand Down

0 comments on commit 565d29c

Please sign in to comment.