From 2f6a267b68f9a51599c40d512b8ac6f397bafb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Mon, 15 Jun 2026 15:22:21 +0200 Subject: [PATCH] chore(server): remove stray comment in flat-entity-maps spec (#21599) Follow-up to #21585: removes an explanatory comment in the test that slipped through before merge. Review in cubic --- ...ty-to-flat-entity-maps-through-mutation-or-throw.util.spec.ts | 1 - 1 file changed, 1 deletion(-) 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, );