File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
assistant/src/test/java/com/ibm/watson/assistant/v2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public void testSendMessages() {
8181 assertNotNull (genericResponses );
8282 boolean foundTextResponse = false ;
8383 for (RuntimeResponseGeneric generic : genericResponses ) {
84- if (generic .responseType ().equals ("TEXT " )) {
84+ if (generic .responseType ().equals ("text " )) {
8585 foundTextResponse = true ;
8686 break ;
8787 }
@@ -139,7 +139,7 @@ public void testSendMessageStateless() {
139139 assertNotNull (genericResponses );
140140 boolean foundTextResponse = false ;
141141 for (RuntimeResponseGeneric generic : genericResponses ) {
142- if (generic .responseType ().equals ("TEXT " )) {
142+ if (generic .responseType ().equals ("text " )) {
143143 foundTextResponse = true ;
144144 break ;
145145 }
You can’t perform that action at this time.
0 commit comments