Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faebebin committed Sep 29, 2023
1 parent 3cb87d0 commit 1b1ff89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b1ff89

Please sign in to comment.