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

Commit

Permalink
fix: made transaction rollback true
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 21, 2023
1 parent d8da737 commit 8040119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ecommerce/coupons/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
@ddt.ddt
class CouponUtilsTests(TestCase, CouponMixin, DiscoveryMockMixin):

serialized_rollback = True

def setUp(self):
"""
Setup variables for test cases.
Expand Down

0 comments on commit 8040119

Please sign in to comment.