Skip to content

Commit 1cd5bda

Browse files
author
Kevin Hellemun
committed
Fixed broken tests. (#107)
1 parent c10dc58 commit 1cd5bda

File tree

2 files changed

+0
-72
lines changed

2 files changed

+0
-72
lines changed

src/test/java/com/bunq/sdk/model/generated/endpoint/PaymentChatTest.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import com.bunq.sdk.model.core.BunqModel;
55
import com.bunq.sdk.model.generated.endpoint.BunqMeTab;
66
import com.bunq.sdk.model.generated.endpoint.ChatMessage;
7-
import com.bunq.sdk.model.generated.endpoint.ChatMessageAnnouncement;
87
import com.bunq.sdk.model.generated.endpoint.DraftPayment;
98
import com.bunq.sdk.model.generated.endpoint.MasterCardAction;
109
import com.bunq.sdk.model.generated.endpoint.MonetaryAccount;
@@ -156,20 +155,6 @@ public void bunqMeTabModelTest() throws InvocationTargetException, FileNotFoundE
156155
);
157156
}
158157

159-
@Test
160-
public void chatMessageAnnouncementModelTest() throws InvocationTargetException, FileNotFoundException,
161-
ClassNotFoundException,
162-
IllegalAccessException,
163-
NoSuchMethodException {
164-
executeNotificationUrlTest(
165-
JSON_PATH_CHAT_MESSAGE_ANNOUNCEMENT_MODEL,
166-
ChatMessage.class.getName(),
167-
GETTER_CHAT_MESSAGE,
168-
ChatMessageAnnouncement.class.getName(),
169-
GETTER_CHAT_MESSAGE_ANNOUNCEMENT
170-
);
171-
}
172-
173158
@Test
174159
public void draftPaymentModelTest() throws InvocationTargetException, FileNotFoundException,
175160
ClassNotFoundException,

0 commit comments

Comments
 (0)