Skip to content

Commit fd4ed83

Browse files
committed
chore: fix lint
1 parent 0d697b1 commit fd4ed83

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/io/getstream/ModerationTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,7 @@ void testUnbanUser() throws Exception {
205205

206206
// snippet-start: UnbanUser
207207
UnbanRequest request =
208-
UnbanRequest.builder()
209-
.TargetUserID(testUserId)
210-
.unbannedByID(testModeratorId)
211-
.build();
208+
UnbanRequest.builder().TargetUserID(testUserId).unbannedByID(testModeratorId).build();
212209

213210
UnbanResponse response = moderation.unban(request).execute().getData();
214211
// snippet-end: UnbanUser
@@ -229,4 +226,3 @@ void testQueryModerationLogs() throws Exception {
229226
Assertions.assertNotNull(response);
230227
}
231228
}
232-

0 commit comments

Comments
 (0)