You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/multipart/S3MultipartClientGetObjectWiremockTest.java
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -147,9 +147,8 @@ public <T> void errorOnThirdPart_shouldCompleteExceptionallyOnlyPartsGreaterThan
147
147
}
148
148
}
149
149
150
-
// todo temporary, remove when support for resume is added to multipart file download
151
-
// @ParameterizedTest
152
-
// @MethodSource("partSizeAndTransformerParams")
150
+
@ParameterizedTest
151
+
@MethodSource("partSizeAndTransformerParams")
153
152
public <T> voidpartCountValidationFailure_shouldThrowException(
154
153
AsyncResponseTransformerTestSupplier<T> supplier,
155
154
intpartSize) {
@@ -176,7 +175,11 @@ public <T> void partCountValidationFailure_shouldThrowException(
176
175
177
176
// Skip the lazy transformer since the error won't surface unless the content is consumed
0 commit comments