chore(tests): add teamId to PersonWithUser fixture after schema change

This commit is contained in:
2026-06-26 00:04:35 +02:00
parent 7f607be01b
commit 455e267999
@@ -55,6 +55,7 @@ const basePerson: PersonWithUser = {
firstName: "Ada",
lastName: "Lovelace",
department: "ENGINEERING",
teamId: null,
email: "ada@example.test",
phone: "1234",
userId: null,