Add comment

This commit is contained in:
Marcus Moore
2025-05-14 12:48:32 -07:00
parent 3374a9e5a9
commit f644642fac

View File

@@ -190,6 +190,7 @@ class UpdateUserTest extends TestCase
return $exception instanceof Error;
}));
// As of now, the user will be updated but not be restored
$this->assertDatabaseHas('users', [
'id' => $id,
'first_name' => 'test',