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

Commit

Permalink
fix: blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 21, 2023
1 parent a8cec9c commit d8da737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecommerce/coupons/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,3 @@ def test_is_coupon_available(self, start_datetime, end_datetime, timezone_now, c
coupon = self.create_coupon(start_datetime=start_datetime, end_datetime=end_datetime)
with patch.object(timezone, 'now', return_value=timezone_now):
self.assertEqual(is_coupon_available(coupon), coupon_available)

0 comments on commit d8da737

Please sign in to comment.