Skip to content

Commit 952c4e1

Browse files
author
Kevin Hellemun
committed
Removed unused constant. (#49)
1 parent 5dc9b88 commit 952c4e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ public class NotificationUrlTest extends BunqSdkTestBase {
7272
private static final String JSON_PATH_SHARE_INVITE_BANK_RESPONSE_MODEL = BASE_PATH_JSON_MODEL +
7373
"/ShareInviteBankResponse.json";
7474

75-
private static final Type TYPE_NOTIFICATION_URL = new TypeToken<NotificationUrl>() {
76-
}.getType();
77-
7875
private void executeNotificationUrlTest(
7976
String expectedJsonFileName,
8077
String classNameExpected,

0 commit comments

Comments
 (0)