Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
faebebin committed Sep 29, 2023
1 parent 9c9d067 commit 3cb87d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def test_remaining_trial_organizations_is_set_and_decremented(
u2.refresh_from_db()
self.assertEqual(u2.remaining_trial_organizations, 1)
u1.refresh_from_db()
self.assertEqual(u2.remaining_trial_organizations, 2)
self.assertEqual(u1.remaining_trial_organizations, 2)

# remaining_trial_organizations is decremented down to 0
Organization.objects.create(
Expand Down

0 comments on commit 3cb87d0

Please sign in to comment.