Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto committed Feb 3, 2024
1 parent 79e5ad8 commit 4241e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_update_metrics(self):
self.client.login(username=self.username, password=self.password)
area = Area.objects.create(text="Area")
activity = Activity.objects.create(text="Activity", area=area)
project_1 = Project.objects.create(text="Wikimedia Community Fund")
project_1 = Project.objects.create(text="Wikimedia Community Fund", main_funding=True)

metric = Metric.objects.create(text="Metric 1", activity=activity, number_of_editors=10)
metric.project.add(project_1)
Expand Down

0 comments on commit 4241e18

Please sign in to comment.