Skip to content

Commit 5316832

Browse files
committed
chore: fix tests
1 parent e53baf0 commit 5316832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/io/getstream/FeedIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ void test10_UpdateComment() throws Exception {
569569

570570
// snippet-start: UpdateComment
571571
UpdateCommentRequest updateRequest =
572-
UpdateCommentRequest.builder().comment("Updated comment text from Java SDK").build();
572+
UpdateCommentRequest.builder().comment("Updated comment text from Java SDK").userID(testUserId).build();
573573

574574
UpdateCommentResponse response =
575575
feeds.updateComment(commentId, updateRequest).execute().getData();

0 commit comments

Comments
 (0)