Skip to content

Commit

Permalink
Remove erroneous only
Browse files Browse the repository at this point in the history
  • Loading branch information
David Racovan committed Jul 29, 2024
1 parent 8f0e644 commit 3bb0e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CrawlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
})->not->toThrow(ProcessFailedException::class);

expect(['url' => 'http://localhost:8080/simulate-activity'])->toBeCrawledOnce();
})->only();
});

it('uses a crawl profile to determine what should be crawled', function () {
$crawlProfile = new class() extends CrawlProfile
Expand Down

0 comments on commit 3bb0e5b

Please sign in to comment.