Skip to content

Commit

Permalink
fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Feb 7, 2024
1 parent 0db165c commit 0cfa0c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ public void testDescriptionModificationUptPreconditionCheckWhenModificationTypeI
// no messages with report parts crt
final var reportPartNoModificationType = messageBuilder.buildDescriptionModificationReportReportPart();

final var secondReport =
messageBuilder.buildDescriptionModificationReport("SomeSequence", List.of(reportPartNoModificationType));
final var secondReport = messageBuilder.buildDescriptionModificationReport(
"SomeSequence", List.of(reportPartNoModificationType));

final var messageWithUpdReportPart = messageBuilder.createSoapMessageWithBody(
ActionConstants.ACTION_DESCRIPTION_MODIFICATION_REPORT, secondReport);
Expand Down

0 comments on commit 0cfa0c0

Please sign in to comment.