Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Try without refresh database
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed May 14, 2024
1 parent fc093cd commit ddc3a3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
declare(strict_types=1);

use Sammyjo20\LaravelHaystack\Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Sammyjo20\LaravelHaystack\HaystackServiceProvider;

uses(TestCase::class)->in(__DIR__);
uses(RefreshDatabase::class)->in(__DIR__);

function withAutomaticProcessing(): void
{
Expand Down

0 comments on commit ddc3a3b

Please sign in to comment.