Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
fix etag
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld committed Oct 11, 2022
1 parent dc37102 commit da3d156
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void testUnsortedListEtag() {

@Test
public void testFileHash() throws Exception {
String expected = "W/\"26ae209fb88525d3cdbb7fdaf0ffe6a26aa00089\"";
String expected = "W/\"efafab6552384bc2e12194c9456af0b4cdc0e208\"";
String sha1 = EtagUtil.getSha1HashForFiles(true, PATH_TO_VERIFICATION_RULES);
assertEquals(expected, sha1);
assertNotEquals(
Expand All @@ -48,7 +48,7 @@ public void testFileHash() throws Exception {

@Test
public void testFileHashMultiple() throws Exception {
String expected = "W/\"94261230f884b347f2edc72de643ef8e5be383bc\"";
String expected = "W/\"a6404df46692b7286374fe329d5cb5183a7c79c7\"";
List<String> pathsToValueSets =
List.of(
"classpath:valuesets/test-manf.json",
Expand Down

0 comments on commit da3d156

Please sign in to comment.