Skip to content

Commit 768d0d6

Browse files
author
Kevin Hellemun
committed
Added monetary account test. (#40)
1 parent 4012cfa commit 768d0d6

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
@@ -163,3 +163,10 @@ def test_mastercard_action(self):
163163
endpoint.MasterCardAction.__name__,
164164
self._GET_MASTER_CARD_ACTION
165165
)
166+
167+
def test_monetary_account_bank_model(self):
168+
self.execute_test(
169+
self.JSON_PATH_MONETARY_ACCOUNT_BANK_MODEL,
170+
endpoint.MonetaryAccountBank.__name__,
171+
self._GET_MONETARY_ACCOUNT_BANK
172+
)

0 commit comments

Comments
 (0)