diff --git a/tests/Feature/ApiEditorTest.php b/tests/Feature/ApiEditorTest.php index d457b678..e379ca86 100644 --- a/tests/Feature/ApiEditorTest.php +++ b/tests/Feature/ApiEditorTest.php @@ -843,7 +843,6 @@ public function testDeleteEntityTypeEndpoint() $etCnt = EntityType::count(); $this->assertEquals(5, $etCnt); $eaCnt = EntityAttribute::count(); - info(EntityAttribute::all()); $this->assertEquals(24, $eaCnt); $eCnt = Entity::count(); $this->assertEquals(8, $eCnt);