Skip to content

Commit

Permalink
Remove DummyS3AsyncService
Browse files Browse the repository at this point in the history
Signed-off-by: Bhumika Saini <[email protected]>
  • Loading branch information
Bhumika Saini committed Oct 3, 2023
1 parent 2020117 commit edb62ca
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ public void refreshAndClearCache(Map<String, S3ClientSettings> clientsSettings)
public void close() {}
}

private static class DummyS3AsyncService extends S3AsyncService {
DummyS3AsyncService(Path configPath) {
super(configPath);
}
}

public void testInvalidChunkBufferSizeSettings() {
// chunk < buffer should fail
final Settings s1 = bufferAndChunkSettings(10, 5);
Expand Down Expand Up @@ -156,7 +150,7 @@ private S3Repository createS3Repo(RepositoryMetadata metadata) {
null,
null,
null,
new DummyS3AsyncService(configPath()),
null,
false
) {
@Override
Expand Down

0 comments on commit edb62ca

Please sign in to comment.