diff --git a/packages/shared/src/authz/policies/workspace/canCreateWorkspaceProject.spec.ts b/packages/shared/src/authz/policies/workspace/canCreateWorkspaceProject.spec.ts index 1f9b221cf..2ca63ce09 100644 --- a/packages/shared/src/authz/policies/workspace/canCreateWorkspaceProject.spec.ts +++ b/packages/shared/src/authz/policies/workspace/canCreateWorkspaceProject.spec.ts @@ -476,7 +476,8 @@ describe('canCreateWorkspaceProjectPolicy creates a function, that handles', () getWorkspaceLimits: async () => { return { projectCount: null, - modelCount: null + modelCount: null, + versionsHistory: null } }, getWorkspaceProjectCount: async () => { @@ -515,7 +516,8 @@ describe('canCreateWorkspaceProjectPolicy creates a function, that handles', () getWorkspaceLimits: async () => { return { projectCount: 10, - modelCount: 50 + modelCount: 50, + versionsHistory: null } }, getWorkspaceProjectCount: async () => { @@ -556,7 +558,8 @@ describe('canCreateWorkspaceProjectPolicy creates a function, that handles', () getWorkspaceLimits: async () => { return { projectCount: 10, - modelCount: 50 + modelCount: 50, + versionsHistory: null } }, getWorkspaceProjectCount: async () => { @@ -595,7 +598,8 @@ describe('canCreateWorkspaceProjectPolicy creates a function, that handles', () getWorkspaceLimits: async () => { return { projectCount: 10, - modelCount: 50 + modelCount: 50, + versionsHistory: null } }, getWorkspaceProjectCount: async () => {