Skip to content

Commit 53c9452

Browse files
committed
Minor, added missed bracket
1 parent 26af21d commit 53c9452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/jdk-matrix-tests/generate-steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def ruby_unit_test(self) -> JobRetValues:
258258
)
259259

260260
def integration_test_parts(self, parts) -> list[JobRetValues]:
261-
return list(map(lambda idx: integration_tests(self, idx+1, parts), range(parts))
261+
return list(map(lambda idx: integration_tests(self, idx+1, parts), range(parts)))
262262

263263
def integration_tests(self, part: int, parts: int) -> JobRetValues:
264264
step_name_human = f"Integration Tests - {part}/{parts}"

0 commit comments

Comments
 (0)