Skip to content

Commit 02176a8

Browse files
author
Kevin Hellemun
committed
Removed unused constants. (#41)
1 parent 750b79c commit 02176a8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ public class NotificationUrlTest : BunqSdkTestBase
2929
private const string GET_SHARE_INVITE_BANK_INQUIRY = "ShareInviteBankInquiry";
3030
private const string GET_SHARE_INVITE_BANK_RESPONSE = "ShareInviteBankResponse";
3131

32-
/// <summary>
33-
/// Assert error constants.
34-
/// </summary>
35-
private const string ASSERT_SHOULD_NOT_REACH_THIS_CODE_ERROR = "Congratulations you\"ve reached unreachable code.";
36-
private const string ASSERT_JSON_DECODE_ERROR = "Error accorded while decoding the JSON file.";
37-
private const string ASSERT_OBJECT_IS_NULL_ERROR = "The field object of NotificationUrl is null.";
38-
3932
/// <summary>
4033
/// Model json paths constants.
4134
/// </summary>

0 commit comments

Comments
 (0)