martmull
2025-06-05 20:56:55 +02:00
committed by GitHub
parent c75f10bc33
commit b2c57c5dcc
29 changed files with 650 additions and 237 deletions

View File

@ -37,7 +37,7 @@ const renderHooks = (
result.current.setCurrentWorkspace({
...mockCurrentWorkspace,
currentBillingSubscription: withCurrentBillingSubscription
? { id: v4(), status: SubscriptionStatus.Active }
? { id: v4(), status: SubscriptionStatus.Active, metadata: {} }
: undefined,
workspaceMembersCount: withOneWorkspaceMember ? 1 : 2,
});