We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53baf0 commit 5316832Copy full SHA for 5316832
1 file changed
src/test/java/io/getstream/FeedIntegrationTests.java
@@ -569,7 +569,7 @@ void test10_UpdateComment() throws Exception {
569
570
// snippet-start: UpdateComment
571
UpdateCommentRequest updateRequest =
572
- UpdateCommentRequest.builder().comment("Updated comment text from Java SDK").build();
+ UpdateCommentRequest.builder().comment("Updated comment text from Java SDK").userID(testUserId).build();
573
574
UpdateCommentResponse response =
575
feeds.updateComment(commentId, updateRequest).execute().getData();
0 commit comments