Skip to content

Commit a4ca8fd

Browse files
llucaxCopilot
andauthored
Update tests/utils/component_graph_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent b14a8fd commit a4ca8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)