Skip to content

Commit

Permalink
AAE-14357 - Fix Sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
graric committed Oct 11, 2023
1 parent add7d92 commit fd8e3ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void closedShouldDoNothingWhenRegisteredEventsIsEmpty() {
}

@Test
public void closedShouldSendMessageHeadersWithExecutionContext() {
void closedShouldSendMessageHeadersWithExecutionContext() {
// given
given(commandContext.getGenericAttribute(MessageProducerCommandContextCloseListener.PROCESS_ENGINE_EVENTS))
.willReturn(Collections.singletonList(event));
Expand Down

0 comments on commit fd8e3ec

Please sign in to comment.