diff --git a/server/src/__tests__/company-portability.test.ts b/server/src/__tests__/company-portability.test.ts index 9a79f392..7e4499ed 100644 --- a/server/src/__tests__/company-portability.test.ts +++ b/server/src/__tests__/company-portability.test.ts @@ -18,6 +18,7 @@ const accessSvc = { ensureMembership: vi.fn(), listActiveUserMemberships: vi.fn(), copyActiveUserMemberships: vi.fn(), + setPrincipalPermission: vi.fn(), }; const projectSvc = {