Skip to content

Commit d6c343c

Browse files
committed
Made the object count not a multiple of the page size
1 parent 5478941 commit d6c343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/SpectraS3PaginationLoader_Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void basicPagination() throws IOException {
7676
try {
7777
// test setup
7878
HELPERS.ensureBucketExists(TEST_ENV_NAME);
79-
final int numObjects = 50;
79+
final int numObjects = 55;
8080
CLIENT.putBulkJobSpectraS3(new PutBulkJobSpectraS3Request(TEST_ENV_NAME, createTestList(numObjects)));
8181

8282
final GetObjectsFullDetailsLoaderFactory loaderFactory = new GetObjectsFullDetailsLoaderFactory(CLIENT, TEST_ENV_NAME, "", 10, RETRIES, false);

0 commit comments

Comments
 (0)