We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810e4ab commit 4d5feacCopy full SHA for 4d5feac
assistant/src/test/java/com/ibm/watson/assistant/v2/AssistantServiceIT.java
@@ -227,7 +227,7 @@ public void testRuntimeResponseGenericRuntimeResponseTypeChannelTransfer() {
227
(RuntimeResponseGenericRuntimeResponseTypeChannelTransfer)
228
response.getOutput().getGeneric().get(0);
229
230
- assertNotNull(null);
+ assertNotNull(runtimeResponseGenericRuntimeResponseTypeChannelTransfer.transferInfo());
231
}
232
/** Test Delete User Data. */
233
/*
0 commit comments