diff --git a/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java b/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java index 8902b5e0..58c268ac 100644 --- a/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java +++ b/src/test/java/com/bunq/sdk/model/generated/object/NotificationUrlTest.java @@ -200,3 +200,15 @@ public void requestResponseModelTest() throws InvocationTargetException, FileNot ); } + @Test + public void scheduledInstanceModelTest() throws InvocationTargetException, FileNotFoundException, + ClassNotFoundException, + IllegalAccessException, + NoSuchMethodException { + executeNotificationUrlTest( + JSON_PATH_SCHEDULE_INSTANCE_MODEL, + ScheduleInstance.class.getName(), + GET_SCHEDULE_INSTANCE + ); + } +