Skip to content

Commit

Permalink
Update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrkiger committed Aug 8, 2024
1 parent 7225561 commit 191cd09
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions kobo/apps/stripe/tests/test_organization_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ def tearDown(self):

def test_plan_canceled_this_month(self):
"""
When a user canceld their plan, they revert to the default community plan
and the start date should be
When a user cancels their subscription, they revert to the default community plan
with a billing cycle anchored to the end date of their canceled subscription
"""

subscription = generate_plan_subscription(self.organization, age_days=30)
Expand All @@ -198,11 +198,6 @@ def test_plan_canceled_this_month(self):
assert response.data['current_month_end'] == current_billing_period_end.isoformat()

def test_plan_canceled_last_month(self):
"""
When a user cancels their plan, they revert to the default community plan
with a billing cycle anchored to the end of date of their canceled plan
"""

subscription = generate_plan_subscription(self.organization, age_days=60)

num_submissions = 5
Expand Down

0 comments on commit 191cd09

Please sign in to comment.