Skip to content

Commit 7060b9c

Browse files
committed
test(Compare and Comply): Add missing property to method call
1 parent 3372258 commit 7060b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compare-comply/src/test/java/com/ibm/watson/developer_cloud/compare_comply/v1/CompareComplyServiceIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void testFeedbackOperations() {
122122
feedbackDataInput.setText(text);
123123
feedbackDataInput.setOriginalLabels(originalLabelsIn);
124124
feedbackDataInput.setUpdatedLabels(updatedLabelsIn);
125+
feedbackDataInput.setFeedbackType("element_classification");
125126

126127
AddFeedbackOptions addFeedbackOptions = new AddFeedbackOptions.Builder()
127128
.userId(userId)

0 commit comments

Comments
 (0)