diff --git a/docker-app/qfieldcloud/subscription/tests/test_subscription.py b/docker-app/qfieldcloud/subscription/tests/test_subscription.py index 22f2c8561..5040ba2a0 100644 --- a/docker-app/qfieldcloud/subscription/tests/test_subscription.py +++ b/docker-app/qfieldcloud/subscription/tests/test_subscription.py @@ -764,6 +764,8 @@ def test_remaining_trial_organizations_is_set_and_decremented( u2.refresh_from_db() self.assertEqual(u2.remaining_trial_organizations, 0) + # NOTE changing ownership does not affect the `remaining_trial_organizations` and is not tested + def test_project_lists_duplicates_if_multiple_subscriptions(self): u1 = Person.objects.create(username="u1") old_subscription = u1.useraccount.current_subscription