Skip to content

Commit 562b52d

Browse files
committed
Fix lint
1 parent 1c503f7 commit 562b52d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/io/getstream/chat/java/AppTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ void whenUpdatingAppSettingsWithWebhookEventHooks_thenNoException() throws Strea
201201
chatWebhookHook.setProduct(App.Product.CHAT);
202202

203203
try {
204-
App.update()
205-
.eventHooks(Arrays.asList(defaultWebhookHook, chatWebhookHook))
206-
.request();
204+
App.update().eventHooks(Arrays.asList(defaultWebhookHook, chatWebhookHook)).request();
207205
} catch (StreamException e) {
208206
if (e.getMessage().contains("cannot set event hooks in hook v1 system")) {
209207
return;

0 commit comments

Comments
 (0)