Skip to content

Commit

Permalink
fix: not callable mapping coverage object
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Jul 1, 2024
1 parent 57849a3 commit dd86272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ def compute_requirement_assessments_results(
"reference_requirement_assessment": {
"str": str(ref),
"id": str(ref.id),
"coverage": mapping.coverage(),
"coverage": mapping.coverage,
},
# "mappings": [mapping.id for mapping in mappings],
}
Expand Down

0 comments on commit dd86272

Please sign in to comment.