File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/test/java/com/ibm/watson/developer_cloud/conversation/v1_experimental Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 194194 <aggregate >true</aggregate >
195195 <check ></check >
196196 <instrumentation >
197- <ignores >
198- <ignore >*.model*</ignore >
199- </ignores >
200197 <excludes >
201198 <exclude >**/*/model/*</exclude >
202199 </excludes >
Original file line number Diff line number Diff line change 2323import com .ibm .watson .developer_cloud .WatsonServiceTest ;
2424import com .ibm .watson .developer_cloud .conversation .v1_experimental .model .MessageRequest ;
2525import com .ibm .watson .developer_cloud .conversation .v1_experimental .model .MessageResponse ;
26- import com .ibm .watson .developer_cloud .service .exception .BadRequestException ;
2726
2827/**
2928 * Integration test for the {@link ConversationService}.
@@ -55,7 +54,7 @@ public void setUp() throws Exception {
5554 /**
5655 * Test start a conversation without message.
5756 */
58- @ Test (expected =BadRequestException .class )
57+ @ Test (expected =IllegalArgumentException .class )
5958 public void testStartAConversationWithoutMessage () {
6059 service .message (workspaceId , null ).execute ();
6160 }
You can’t perform that action at this time.
0 commit comments