Skip to content

Commit

Permalink
Removed System.out.println.
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Aug 7, 2023
1 parent a47d6a7 commit 4586f21
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ void nullHashHasExpectedSize() throws IOException {
@Test
void readHashFromFile() throws IOException {
Path hashFileLocation = Paths.get("src", "test", "resources", "target", "hash.file");
System.out.println("hashFileLocation = " + hashFileLocation);
ChecksumForFileResult checksumForFileResult = new ChecksumForFileResult(Files.readAllBytes(hashFileLocation));
assertThat(checksumForFileResult.getDigest().byteArray()).containsExactly(
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39,
Expand Down

0 comments on commit 4586f21

Please sign in to comment.