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( log.warn(
'Cluster without external connections, without a parent and with children', 'Cluster without external connections, without a parent and with children',
node, node,
depth, depth
clusterDb[node].clusterData.dir
); );
const graphSettings = graph.graph(); const graphSettings = graph.graph();