Skip to content

Commit

Permalink
Removed assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Silviana Ghita committed Sep 8, 2023
1 parent c48a7dd commit 47313dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_payins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,6 @@ def test_PayIns_GooglePayDirect_Create(self):
self.assertIsNotNone(fetched)
self.assertEqual(result.id, fetched.id)

self.assertEqual("CREATED", result.status)
self.assertEqual("REGULAR", result.nature)
self.assertEqual("DIRECT", result.execution_type)
self.assertEqual("GOOGLE_PAY", result.payment_type)
Expand Down

0 comments on commit 47313dc

Please sign in to comment.