From b24de19bb34d39556ba263b246a59e066779e487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Sun, 7 Sep 2025 21:45:16 +0200 Subject: [PATCH] Adapted test to new multi-root handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustaf Räntilä --- .../useEntityRelationNodesAndEdges.test.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/catalog-graph/src/components/EntityRelationsGraph/useEntityRelationNodesAndEdges.test.tsx b/plugins/catalog-graph/src/components/EntityRelationsGraph/useEntityRelationNodesAndEdges.test.tsx index b896fe1ed3..ad70111fa0 100644 --- a/plugins/catalog-graph/src/components/EntityRelationsGraph/useEntityRelationNodesAndEdges.test.tsx +++ b/plugins/catalog-graph/src/components/EntityRelationsGraph/useEntityRelationNodesAndEdges.test.tsx @@ -593,10 +593,10 @@ describe('useEntityRelationNodesAndEdges', () => { expect(edges).toEqual([ { distance: 1, - from: 'b:d/c2', + from: 'b:d/c1', label: 'visible', - relations: ['partOf', 'hasPart'], - to: 'b:d/c1', + relations: ['hasPart', 'partOf'], + to: 'b:d/c2', }, { distance: 1,