Skip to content

Commit e6df714

Browse files
committed
update ParallelIntegrationTest
1 parent c489627 commit e6df714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ void testParallelWithMinSuccessful_earlyTermination() {
580580
.completionConfig(CompletionConfig.minSuccessful(2))
581581
.build();
582582
var futures = new ArrayList<DurableFuture<String>>();
583-
var parallel = context.parallel("min-successful", config);
583+
ParallelDurableFuture parallel = context.parallel("min-successful", config);
584584

585585
try (parallel) {
586586
for (var item : List.of("a", "b", "c", "d", "e")) {

0 commit comments

Comments
 (0)