Skip to content

Commit

Permalink
Removed unused constants. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 15, 2017
1 parent d54e1df commit 18c3ecd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/model/generated/object/test_notification_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

class TestNotificationUrl(bunq_test.BunqSdkTestCase):
# Getter string constants
# Assertion errors
_ASSERT_SHOULD_NOT_REACH_THIS_CODE_ERROR = \
'Something super weird just happen'
_ASSERT_JSON_DECODE_ERROR = \
'Might be that the JSON file is not a valid json.'
_ASSERT_OBJECT_IS_NULL_ERROR = 'Object seems to be null.'
_GETTER_PAYMENT = 'Payment'
_GETTER_BUNQ_ME_TAB = 'BunqMeTab'
_GETTER_CHAT_MESSAGE_ANNOUNCEMENT = 'ChatMessageAnnouncement'
Expand Down

0 comments on commit 18c3ecd

Please sign in to comment.