Skip to content

Commit

Permalink
Merge pull request #299
Browse files Browse the repository at this point in the history
updated data-storage-impl-s3 Test Files
  • Loading branch information
francis-pouatcha committed Apr 13, 2024
2 parents 25ae87d + 7833e86 commit 009ae9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

class MultipartUploadS3StorageOutputStreamTest extends BaseMockitoTest {
class MultipartUploadS3StorageOutputStreamIT extends BaseMockitoTest {

private final byte[] shortChunk = randomBytes(100);
private final byte[] exactOneMultipartChunk = randomBytes(BUFFER_SIZE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import static org.assertj.core.api.Assertions.fail;

@Slf4j
public class MultipartUploadS3SystemStorageServiceTest extends S3SystemStorageServiceTest {
public class MultipartUploadS3SystemStorageServiceIT extends S3SystemStorageServiceIT {

@TempDir
protected Path tempDir;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

@Slf4j
//TODO: Extract stuff related container start/stop/clear to separate class. Used in datasafe-business and in datasafe-storage-impl-s3
class S3SystemStorageServiceTest extends BaseMockitoTest {
class S3SystemStorageServiceIT extends BaseMockitoTest {

private static final String FILE = "file";
private static final String MESSAGE = "hello";
Expand Down

0 comments on commit 009ae9a

Please sign in to comment.