Skip to content

Commit 4d5feac

Browse files
committed
test(assistant-v2): fix integration test
1 parent 810e4ab commit 4d5feac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void testRuntimeResponseGenericRuntimeResponseTypeChannelTransfer() {
227227
(RuntimeResponseGenericRuntimeResponseTypeChannelTransfer)
228228
response.getOutput().getGeneric().get(0);
229229

230-
assertNotNull(null);
230+
assertNotNull(runtimeResponseGenericRuntimeResponseTypeChannelTransfer.transferInfo());
231231
}
232232
/** Test Delete User Data. */
233233
/*

0 commit comments

Comments
 (0)