mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
oops, mysql
This commit is contained in:
parent
b0063b1d4a
commit
61312c2eec
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue