Skip to content

Commit d162fd0

Browse files
committed
Fix diadefs_test again (cls_member is now also correctly identified as composition instead of association)
1 parent 5d4ab20 commit d162fd0

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
@@ -181,7 +181,7 @@ class CustomError(Exception):
181181
class TestDefaultDiadefGenerator:
182182
_should_rels = [
183183
("aggregation", "DoNothing2", "Specialization"),
184-
("association", "DoNothing", "Ancestor"),
184+
("composition", "DoNothing", "Ancestor"),
185185
("composition", "DoNothing", "Specialization"),
186186
("specialization", "Specialization", "Ancestor"),
187187
]

0 commit comments

Comments
 (0)