Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto committed Feb 2, 2024
1 parent bf1b617 commit ede36ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def clean_number_of_new_partnerships(self):
'number_of_events',
'number_of_resources',
'number_of_partnerships_activated',
'number_of_new_partnerships'), extra=Metric.objects.filter(is_operation=True).count(),
'number_of_new_partnerships'),
can_delete=False)
OperationUpdateFormSet = inlineformset_factory(
Report,
Expand Down

0 comments on commit ede36ba

Please sign in to comment.