Skip to content

Commit e33ab93

Browse files
committed
Added Unit Test and fixed bugs
1 parent 3f63694 commit e33ab93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/S3ObjectIteratorContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.util.stream.StreamSupport;
3434

3535

36-
@Execution(ExecutionMode.SAME_THREAD)
36+
@Execution(ExecutionMode.CONCURRENT)
3737
@Testcontainers(disabledWithoutDocker = true, parallel = true)
3838
public class S3ObjectIteratorContainerTest {
3939
private static final long s3ObjectCount = 3000;

0 commit comments

Comments
 (0)