Skip to content

Commit

Permalink
[ADD] AssertEqual to s2s unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
raguero authored and rafaelaxcelere committed Apr 7, 2021
1 parent 0f3eb77 commit 7afee6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payment_mercadopago/tests/test_mercadopago.py
Expand Up @@ -113,5 +113,5 @@ def test_30_mercadopago_s2s(self):
'brand': 'VISA'})

res = tx.mercadopago_s2s_execute({})


self.assertEqual(tx.state, 'done')

0 comments on commit 7afee6e

Please sign in to comment.