Updated test

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-18 16:02:11 +01:00
parent 2bd68ec991
commit c601b8e62c

View File

@@ -293,7 +293,7 @@ class UpdateUserTest extends TestCase
$this->assertDatabaseHas('users', [
'id' => $id,
'first_name' => 'test',
'username' => 'test',
'username' => $user->username,
'company_id' => $companyB->id,
]);
}