Skip to content

Commit

Permalink
fix: Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jun 18, 2024
1 parent 2ff9baa commit 2b8199e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_context_diagrams.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def test_context_diagrams(model: capellambse.MelodyModel, uuid: str) -> None:

diag = obj.context_diagram

diag.render("svgdiagram", display_parent_relation=True)
diag.render("svgdiagram", display_parent_relation=False)

assert diag.nodes


Expand Down

0 comments on commit 2b8199e

Please sign in to comment.