mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove test method without assertions
This commit is contained in:
parent
6b8c0f9e88
commit
505ca48da2
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue