Skip to content

Commit 3e373b5

Browse files
committed
test: fix missing email (not null column)
1 parent d20d021 commit 3e373b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/Models/UpdateModelTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ public function testUpdateWithEntityNoAllowedFields(): void
330330

331331
$entity->id = 1;
332332
$entity->name = 'Jones Martin';
333+
$entity->email = 'jones@example.org';
333334
$entity->country = 'India';
334335
$entity->deleted = 0;
335336

0 commit comments

Comments
 (0)