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

Commit

Permalink
fix: removed extra spaces and lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 21, 2023
1 parent 82a5c86 commit e8bde00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ def setUp(self):
type='Absolute',
value=47,
)



for i in range(2):
code = '{}EntUserPercentBenefit'.format(i)
name = 'My voucher{}'.format(i)
Expand Down
2 changes: 1 addition & 1 deletion ecommerce/extensions/api/v2/tests/views/test_coupons.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_clean_voucher_request_data_notify_email_validation_msg(self):

def test_creating_multi_offer_coupon(self):
"""Test the creation of a multi-offer coupon."""

ordinary_coupon = self.create_coupon(quantity=2, title='Test offer coupon')
ordinary_coupon_vouchers = ordinary_coupon.attr.coupon_vouchers.vouchers.all()
self.assertEqual(
Expand Down

0 comments on commit e8bde00

Please sign in to comment.