Skip to content

Commit

Permalink
Merge branch 'lun-197-typesense-driver' of github.com:lunarphp/lunar …
Browse files Browse the repository at this point in the history
…into lun-197-typesense-driver
  • Loading branch information
alecritson committed Oct 4, 2024
2 parents 2d37750 + 146f007 commit fc66963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/search/Feature/Engines/TypesenseEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
'document' => [
'id' => 123,
'name' => 'Foobar',
]
]
],
],
],
'facet_counts' => [],
'request_params' => [
Expand Down
2 changes: 1 addition & 1 deletion tests/search/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function getPackageProviders($app)
BlinkServiceProvider::class,
ScoutServiceProvider::class,
LaravelDataServiceProvider::class,
SearchServiceProvider::class
SearchServiceProvider::class,
];
}

Expand Down

0 comments on commit fc66963

Please sign in to comment.