Fix for test

This commit is contained in:
Knut Sveidqvist
2021-04-30 19:34:25 +02:00
parent d8d624870d
commit b20f8668be

View File

@@ -354,8 +354,7 @@ export const extractor = (graph, depth) => {
log.warn(
'Cluster without external connections, without a parent and with children',
node,
depth,
clusterDb[node].clusterData.dir
depth
);
const graphSettings = graph.graph();