Skip to content

Commit b2f4ffa

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 689e2ca commit b2f4ffa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,7 @@ public void testMultiBlockUpload() throws Exception {
191191
asInstanceOf(AzureBlobStore.class, repo.blobStore()).getLargeBlobThresholdInBytes(),
192192
equalTo(ByteSizeUnit.MB.toBytes(1L))
193193
);
194-
assertThat(
195-
asInstanceOf(AzureBlobStore.class, repo.blobStore()).getUploadBlockSize(),
196-
lessThan(ByteSizeUnit.MB.toBytes(1L))
197-
);
194+
assertThat(asInstanceOf(AzureBlobStore.class, repo.blobStore()).getUploadBlockSize(), lessThan(ByteSizeUnit.MB.toBytes(1L)));
198195

199196
// The configured threshold for this test suite is 1mb
200197
final long blobSize = randomLongBetween(ByteSizeUnit.MB.toBytes(2), ByteSizeUnit.MB.toBytes(4));

0 commit comments

Comments
 (0)