Skip to content

Commit fe2b64a

Browse files
committed
Added AWS CRT SDK Test
1 parent d1257a2 commit fe2b64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/S3ObjectIteratorContainerTest.java renamed to src/test/java/S3ListObjectsIteratorContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
@Execution(ExecutionMode.CONCURRENT)
3737
@Testcontainers(disabledWithoutDocker = true, parallel = true)
38-
public class S3ObjectIteratorContainerTest {
38+
public class S3ListObjectsIteratorContainerTest {
3939
private static final long s3ObjectCount = 3000;
4040
private static final String s3BucketName = "aneesh-test-bucket";
4141
private static final String s3KeyPrefix = "files/";

0 commit comments

Comments
 (0)