chore(tests): add teamId to PersonWithUser fixture after schema change
This commit is contained in:
@@ -55,6 +55,7 @@ const basePerson: PersonWithUser = {
|
||||
firstName: "Ada",
|
||||
lastName: "Lovelace",
|
||||
department: "ENGINEERING",
|
||||
teamId: null,
|
||||
email: "ada@example.test",
|
||||
phone: "1234",
|
||||
userId: null,
|
||||
|
||||
Reference in New Issue
Block a user