Adapted test to new multi-root handling

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2025-09-07 21:45:16 +02:00
parent f4f5356630
commit b24de19bb3
@@ -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,