Skip to content

Commit 1ef0d2c

Browse files
remove unnecessary RefreshDatabases
1 parent 8fc62a5 commit 1ef0d2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Feature/UuidTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Tests\Feature;
44

5-
use Illuminate\Foundation\Testing\RefreshDatabase;
65
use Illuminate\Foundation\Testing\WithFaker;
76
use Ramsey\Uuid\Uuid;
87
use Tests\Fixtures\CustomCastUuidPost;
@@ -16,7 +15,7 @@
1615

1716
class UuidTest extends TestCase
1817
{
19-
use RefreshDatabase, WithFaker;
18+
use WithFaker;
2019

2120
/** @test */
2221
public function it_sets_the_uuid_when_creating_a_new_model()

0 commit comments

Comments
 (0)