Skip to content

Commit f526d93

Browse files
committed
add result
1 parent 6e32656 commit f526d93

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sdk-integration-tests/src/test/java/software/amazon/lambda/durable/ParallelIntegrationTest.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,11 @@ void testParallelWithMinSuccessful_earlyTermination() {
602602
assertEquals(
603603
ExecutionStatus.SUCCEEDED,
604604
result.getStatus(),
605-
"Failed with error: "
606-
+ String.join(
607-
" ",
608-
result.getOperations().stream()
609-
.map(TestOperation::toString)
610-
.toList()));
605+
String.join(
606+
" ",
607+
result.getOperations().stream()
608+
.map(TestOperation::toString)
609+
.toList()));
611610
}
612611

613612
@Test

0 commit comments

Comments
 (0)