diff --git a/tests/Feature/Admin/EntityFieldControllerTest.php b/tests/Feature/Admin/EntityFieldControllerTest.php index 45eb9f72c05c642f3105cf2a042f7134e7545a4d..fd579003ff8cf040318e5a4af1a5dc32a6c2a36c 100644 --- a/tests/Feature/Admin/EntityFieldControllerTest.php +++ b/tests/Feature/Admin/EntityFieldControllerTest.php @@ -135,6 +135,7 @@ class EntityFieldControllerTest extends TestCase { Schema::dropIfExists('tests'); Entity::query()->truncate(); + EntityField::query()->truncate(); parent::tearDown(); } }