Skip to content

Commit

Permalink
attempt to fix test error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Jan 13, 2025
1 parent 751601e commit 2a7f0d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public void verifySha256() throws URISyntaxException {
String actual = new String(stdout.toByteArray(), StandardCharsets.UTF_8);
assertThat(actual, Is.is(not("")));
assertThat(actual, containsString("f0c131ebf6ad2dce71ab9a10aa116dcedb219ae4539f9e5bf0e57b84f51f22ca\tFAIL\tMISSING\t"));
assertThat(actual, containsString("854831f2665681b90818b902104aa1212a1f1e38a2307a7d66ca1dfad4d8240c\tOK\tCONTENT_PRESENT_VALID_HASH"));
}

@Test
Expand Down

0 comments on commit 2a7f0d7

Please sign in to comment.