Skip to content

Commit 4362e85

Browse files
committed
Fix diadefs tests (DoNothing now is correctly detected as Composition instead of assoiciation)
1 parent 8f59271 commit 4362e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pyreverse/test_diadefs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class TestDefaultDiadefGenerator:
182182
_should_rels = [
183183
("aggregation", "DoNothing2", "Specialization"),
184184
("association", "DoNothing", "Ancestor"),
185-
("association", "DoNothing", "Specialization"),
185+
("composition", "DoNothing", "Specialization"),
186186
("specialization", "Specialization", "Ancestor"),
187187
]
188188

0 commit comments

Comments
 (0)