Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jan 9, 2024
1 parent b40d894 commit 9416564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/test/test_reconciliationworker.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def test_reconcile_different_ids(initialized_db):
worker._perform_reconciliation(marketplace_users, marketplace_subscriptions)
assert model.entitlements.get_web_customer_id(test_user.id) is None


def test_update_same_id(initialized_db):
test_user = model.user.create_user("stripe_user", "password", "stripe_user@test.com")
test_user.stripe_id = "cus_" + "".join(random.choices(string.ascii_lowercase, k=14))
Expand Down

0 comments on commit 9416564

Please sign in to comment.