Skip to content

Commit a4ca8fd

Browse files
llucaxCopilot
andauthored
Update tests/utils/component_graph_utils.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b14a8fd commit a4ca8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/component_graph_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def create_component_graph_structure(
111111
return components, connections
112112

113113

114-
def component_grap_to_mermaid(comp_graph: ComponentGraph) -> str:
114+
def component_graph_to_mermaid(comp_graph: ComponentGraph) -> str:
115115
"""Return a string representation of the component graph in Mermaid format."""
116116

117117
def component_to_mermaid(component: Component) -> str:

0 commit comments

Comments
 (0)