diff --git a/packages/twenty-server/src/engine/workspace-manager/workspace-migration/utils/__tests__/add-flat-entity-to-flat-entity-maps-through-mutation-or-throw.util.spec.ts b/packages/twenty-server/src/engine/workspace-manager/workspace-migration/utils/__tests__/add-flat-entity-to-flat-entity-maps-through-mutation-or-throw.util.spec.ts index e0c728770e..18cd848b66 100644 --- a/packages/twenty-server/src/engine/workspace-manager/workspace-migration/utils/__tests__/add-flat-entity-to-flat-entity-maps-through-mutation-or-throw.util.spec.ts +++ b/packages/twenty-server/src/engine/workspace-manager/workspace-migration/utils/__tests__/add-flat-entity-to-flat-entity-maps-through-mutation-or-throw.util.spec.ts @@ -55,7 +55,6 @@ describe('addFlatEntityToFlatEntityMapsThroughMutationOrThrow', () => { flatEntityMapsToMutate.universalIdentifiersByApplicationId['app-1']; expect(universalIdentifiers).toEqual(['uid-1', 'uid-2']); - // Distinct entities, so each universalIdentifier appears exactly once expect(new Set(universalIdentifiers).size).toBe( universalIdentifiers?.length, );