1 parent a3c8daf commit bb54b6eCopy full SHA for bb54b6e
1 file changed
tests/test_config.py
@@ -17,7 +17,7 @@ def test_defaults(self):
17
c = ExtractionConfig()
18
assert c.branches is False
19
assert c.branch_text is False
20
- assert c.summary is False
+ assert c.summary is True
21
assert c.fractal_dimension is False
22
assert c.vessel_radius is False
23
0 commit comments