File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/com/bandwidth/sdk/unit/models Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 */
3333public class MultiChannelMessageResponseDataTest {
3434 private final MultiChannelMessageResponseData model = new MultiChannelMessageResponseData ()
35- .messageId ("messageId" )
35+ .id ("messageId" )
3636 .time (OffsetDateTime .now ())
3737 .direction (MessageDirectionEnum .IN )
3838 .to (Sets .newSet ("to" ))
@@ -50,11 +50,11 @@ public void testMultiChannelMessageResponseData() {
5050 }
5151
5252 /**
53- * Test the property 'messageId '
53+ * Test the property 'id '
5454 */
5555 @ Test
56- public void messageIdTest () {
57- assertThat (model .getMessageId (), instanceOf (String .class ));
56+ public void idTest () {
57+ assertThat (model .getId (), instanceOf (String .class ));
5858 }
5959
6060 /**
You can’t perform that action at this time.
0 commit comments