Skip to content

Commit 18c3ecd

Browse files
author
Kevin Hellemun
committed
Removed unused constants. (#40)
1 parent d54e1df commit 18c3ecd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/model/generated/object/test_notification_url.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
class TestNotificationUrl(bunq_test.BunqSdkTestCase):
1111
# Getter string constants
12-
# Assertion errors
13-
_ASSERT_SHOULD_NOT_REACH_THIS_CODE_ERROR = \
14-
'Something super weird just happen'
15-
_ASSERT_JSON_DECODE_ERROR = \
16-
'Might be that the JSON file is not a valid json.'
17-
_ASSERT_OBJECT_IS_NULL_ERROR = 'Object seems to be null.'
1812
_GETTER_PAYMENT = 'Payment'
1913
_GETTER_BUNQ_ME_TAB = 'BunqMeTab'
2014
_GETTER_CHAT_MESSAGE_ANNOUNCEMENT = 'ChatMessageAnnouncement'

0 commit comments

Comments
 (0)