Skip to content

Commit

Permalink
I removed the array feature I see now I need to do this with Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Aug 18, 2024
1 parent 99686f8 commit 37adf22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Feature/Jobs/GetWebContentJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use App\Domains\Sources\WebSearch\Response\WebResponseDto;
use App\Domains\WebParser\WebContentResultsDto;
use App\Jobs\GetWebContentJob;
use App\Models\Document;
use App\Models\Source;
use Facades\App\Domains\Sources\WebSearch\GetPage;
use Illuminate\Support\Facades\Bus;
Expand Down Expand Up @@ -62,5 +61,4 @@ public function test_job_html(): void
$this->assertDatabaseCount('document_chunks', 17);

}

}

0 comments on commit 37adf22

Please sign in to comment.