Remove test method without assertions

This commit is contained in:
Marcus Moore 2023-02-07 16:17:36 -08:00
parent 6b8c0f9e88
commit 505ca48da2
No known key found for this signature in database

View file

@ -15,11 +15,6 @@ class CustomFieldTest extends BaseTest
{
protected $tester;
public function testConstructor()
{
$customfield = new CustomField();
}
public function testFormat()
{
$customfield = CustomField::factory()->make(['format' => 'IP']);