Skip to content

Commit

Permalink
feat: upgrade to java 17-fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Apr 2, 2024
1 parent deefa68 commit 4804fc1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ void startGroupVideoCall_Should_ThrowForbiddenException_When_UserDoesNotHavePerm
CreateVideoCallDTO createVideoCallRequest = new CreateVideoCallDTO().groupChatId(GROUP_CHAT_ID);
assertThrows(
AccessDeniedException.class,
() ->
videoCallFacade.startVideoCall(
createVideoCallRequest, "rcUserId"));
() -> videoCallFacade.startVideoCall(createVideoCallRequest, "rcUserId"));
}

@Test
Expand Down

0 comments on commit 4804fc1

Please sign in to comment.