Skip to content

Commit

Permalink
Fix wrong test in test_organization
Browse files Browse the repository at this point in the history
  • Loading branch information
faebebin committed Jun 27, 2023
1 parent 8fcfcf8 commit f5f941f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-app/qfieldcloud/core/tests/test_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _active_users_count(base_date=None):
# User 3 creates a job
Job.objects.create(
project=project1,
created_by=self.user3,
created_by=self.user4,
)
# There are still 2 billable users, because self.user3 is staff
# There are still 2 billable users, because self.user4 is staff
self.assertEqual(_active_users_count(), 2)

0 comments on commit f5f941f

Please sign in to comment.