Skip to content

Commit

Permalink
Add test class change
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhill-AWS committed Feb 20, 2024
1 parent d90824c commit aa856db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void directoryUploadWorks(){
@Tag("IntegrationTest")
public void directoryDownloadWorks(){
DownloadToDirectory download = new DownloadToDirectory();
Integer numFilesFailedToDownload = download.downloadObjectsToDirectory(S3ClientFactory.transferManager, download.destinationPath, download.bucketName);
Integer numFilesFailedToDownload = download.downloadObjectsToDirectory(S3ClientFactory.transferManager, download.destinationPathURI, download.bucketName);
Assertions.assertNotNull(numFilesFailedToDownload, "Bucket download failed to complete.");
download.cleanUp();
}
Expand Down

0 comments on commit aa856db

Please sign in to comment.