Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Apr 18, 2024
1 parent 968ab82 commit c065039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
uses(
Tests\TestCase::class,
// Illuminate\Foundation\Testing\RefreshDatabase::class,
)->beforeAll(function () {
)->beforeEach(function () {
Server::fake();
})->in('Feature');

Expand Down

0 comments on commit c065039

Please sign in to comment.