chore(billing): fix test

This commit is contained in:
Alessandro Magionami
2024-12-12 15:29:27 +01:00
parent fd2d6381f8
commit 15bc6738ba
@@ -18,7 +18,7 @@ describe('@gatekeeper readOnly', () => {
const isWorkspaceReadOnly = isWorkspaceReadOnlyFactory({ getWorkspacePlan })
expect(await isWorkspaceReadOnly({ workspaceId: '' })).to.be.true
expect(await isWorkspaceReadOnly({ workspaceId: '' })).to.be.false
})
it('returns true if workspace plan status is canceled', async () => {
const getWorkspacePlan: GetWorkspacePlan = () =>