diff --git a/test/test_report.py b/test/test_report.py index fae324c..7901922 100644 --- a/test/test_report.py +++ b/test/test_report.py @@ -27,6 +27,9 @@ def test_entities(self): sio = StringIO() s = ihm.System(title='test system') e = ihm.Entity("ACG") + a = ihm.AsymUnit(e, "my asym") + a.id = 'A' + s.asym_units.append(a) s.entities.append(e) r = ihm.report.Reporter(s, sio) # Should warn about missing references