Skip to content

Commit

Permalink
Added bunq me tab test. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 10, 2017
1 parent 424a33d commit 3a3e48f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/model/generated/object/test_notification_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,10 @@ def test_mutation_model(self):
endpoint.Payment.__name__,
self._GET_PAYMENT
)

def test_bunq_me_tab_model(self):
self.execute_test(
self.JSON_PATH_BUNQ_ME_TAB_MODEL,
endpoint.BunqMeTab.__name__,
self._GET_BUNQ_ME_TAB
)

0 comments on commit 3a3e48f

Please sign in to comment.