Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Apr 30, 2024
1 parent 569b41c commit 24d25c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_payins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,7 @@ def test_PayIns_CardDirect_GetPaymentMethodMetadata(self):

self.assertIsNotNone(result_metadata)
self.assertIsNotNone(result_metadata['bin_data'])
self.assertIsNotNone(result_metadata['bin_data'][0].card_type)
self.assertIsNotNone(result_metadata['bin_data'][0])
self.assertIsNotNone(result_metadata['issuer_country_code'])
self.assertIsNotNone(result_metadata['issuing_bank'])

Expand Down

0 comments on commit 24d25c9

Please sign in to comment.