oops, mysql

This commit is contained in:
spencerrlongg 2024-07-31 12:07:50 -05:00
parent b0063b1d4a
commit 61312c2eec

View file

@ -457,6 +457,8 @@ class UpdateAssetTest extends TestCase
public function testCustomFieldCannotBeUpdatedIfNotOnCurrentAssetModel()
{
$this->markIncompleteIfMySQL('Custom Field Tests do not work in MySQL');
$customField = CustomField::factory()->create();
$customField2 = CustomField::factory()->create();
$asset = Asset::factory()->hasMultipleCustomFields([$customField])->create();