Skip to content

Commit d98b915

Browse files
committed
test(assistant-v1): update IT
1 parent 664849a commit d98b915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ public void testRuntimeResponseGenericRuntimeResponseTypeText() {
8484
MessageResponse response = service.message(options).execute().getResult();
8585
System.out.println(response);
8686

87-
RuntimeResponseGenericRuntimeResponseTypeText runtimeResponseGenericRuntimeResponseTypeText =
88-
(RuntimeResponseGenericRuntimeResponseTypeText) response.getOutput().getGeneric().get(0);
87+
RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeText = response.getOutput().getGeneric().get(0);
8988

9089
assertNotNull(runtimeResponseGenericRuntimeResponseTypeText);
9190
}

0 commit comments

Comments
 (0)