Skip to content

Commit 90f8705

Browse files
authored
Merge pull request eugenp#12138 from kwoyke/JAVA-10839
JAVA-10839: Update md5 hash of the sample file
2 parents 2dfd662 + fa4105b commit 90f8705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-java-modules/core-java-networking-2/src/test/java/com/baeldung/download/FileDownloadIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class FileDownloadIntegrationTest {
1919

2020
static String FILE_URL = "https://s3.amazonaws.com/baeldung.com/Do+JSON+with+Jackson+by+Baeldung.pdf";
2121
static String FILE_NAME = "file.dat";
22-
static String FILE_MD5_HASH = "c959feb066b37f5c4f0e0f45bbbb4f86";
22+
static String FILE_MD5_HASH = "753197aa27f162faa3e3c2e48ee5eb07";
2323

2424
@Test
2525
public void givenJavaIO_whenDownloadingFile_thenDownloadShouldBeCorrect() throws NoSuchAlgorithmException, IOException {

0 commit comments

Comments
 (0)