Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin White committed Jan 15, 2025
1 parent 215a998 commit 702f100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/contributions/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,7 @@ def test_canceled_at_date_when_no_subscription(self):
[None, datetime.datetime.now(datetime.timezone.utc).timestamp()],
)
def test_canceled_at_date_when_subscription(self, canceled_at, contribution, subscription_factory, mocker):
contribution.interval = ContributionInterval.MONTHLY
contribution.provider_subscription_id = "something"
contribution.status = ContributionStatus.CANCELED
contribution.save()
Expand Down

0 comments on commit 702f100

Please sign in to comment.