Skip to content

Commit c09727b

Browse files
author
Kevin Hellemun
committed
Added payment batch test. (#40)
1 parent 768d0d6 commit c09727b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/model/generated/object/test_notification_url.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,10 @@ def test_monetary_account_bank_model(self):
170170
endpoint.MonetaryAccountBank.__name__,
171171
self._GET_MONETARY_ACCOUNT_BANK
172172
)
173+
174+
def test_payment_batch_model(self):
175+
self.execute_test(
176+
self.JSON_PATH_PAYMENT_BATCH_MODEL,
177+
endpoint.PaymentBatch.__name__,
178+
self._GET_PAYMENT_BATCH
179+
)

0 commit comments

Comments
 (0)