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

Commit

Permalink
fix: removed blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 20, 2023
1 parent 890c998 commit 91e1f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_processing_failure(self, approve):
'Failed to process refund #{refund_id}: NOT FOUND. '
'Please try again, or contact the E-Commerce Development Team.'.format(refund_id=refund_id)
)

@skip("Failing for some unknown reason, will fix it in another ticket.")
@ddt.data(True, False)
def test_cancel_action(self, approve):
Expand Down

0 comments on commit 91e1f91

Please sign in to comment.