Skip to content

Commit

Permalink
Checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benhession authored and adrianclay committed Oct 30, 2023
1 parent bf02af0 commit a7b59e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void When_HandleMessage_With_AckTypeCodeAndFinalAckSent_Expect_MigrationS
}

@Test
public void When_handleMessage_With_AckTypeCodeAndFailedStatus_Expect_MigrationStatusNotUpdated() throws SAXException {
public void When_HandleMessage_With_AckTypeCodeAndFailedStatus_Expect_MigrationStatusNotUpdated() throws SAXException {
prepareFailedProcessMocks(ACK_TYPE_CODE);

acknowledgmentMessageHandler.handleMessage(inboundMessage, CONVERSATION_ID);
Expand All @@ -171,7 +171,7 @@ public void When_handleMessage_With_AckTypeCodeAndFailedStatus_Expect_MigrationS
}

@Test
public void When_handleMessage_With_NackTypeCodeAndFailedStatus_Expect_MigrationStatusNotUpdated() throws SAXException {
public void When_HandleMessage_With_NackTypeCodeAndFailedStatus_Expect_MigrationStatusNotUpdated() throws SAXException {
prepareFailedProcessMocks(NACK_ERROR_TYPE_CODE);

acknowledgmentMessageHandler.handleMessage(inboundMessage, CONVERSATION_ID);
Expand Down

0 comments on commit a7b59e4

Please sign in to comment.