revert changes

This commit is contained in:
sunilyadav840
2021-09-28 19:49:26 +05:30
parent 0e841e34a6
commit ccac4b8741

View File

@@ -152,7 +152,8 @@ describe("D3ForceGraph", () => {
expect(onHighlightedNode.id).toEqual(v1Id); expect(onHighlightedNode.id).toEqual(v1Id);
} }
}; };
forceGraph.updateGraph(newGraph);
forceGraph.updateGraph(newGraph, forceGraph.igraphConfig);
}); });
}); });
}); });