Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: line length
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 22, 2023
1 parent 709eed2 commit ca9224b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ecommerce/enterprise/tests/test_backfill_opportunity_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,11 @@ def init_data(self, enterprise_customer, opportunity_id=None):
"""
Create database records to test against.
"""
self.create_coupon(enterprise_customer=enterprise_customer,
sales_force_id=opportunity_id, title='Test backfill_opportunity_ids')
self.create_coupon(
enterprise_customer=enterprise_customer,
sales_force_id=opportunity_id,
title='Test backfill_opportunity_ids'
)

factories.EnterpriseOfferFactory(
condition=factories.EnterpriseCustomerConditionFactory(
Expand Down

0 comments on commit ca9224b

Please sign in to comment.